From 0f11e323f1e39e45ffa1674296129c27b54b15c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berkan=20=C3=9Cm=C3=BCtl=C3=BC?= Date: Thu, 19 Sep 2024 11:29:28 +0300 Subject: [PATCH] Web > Parent, Child Data Passing --- .../views/components/ExampleComponent.vue | 11 +++------ .../resources/views/components/UserList.vue | 24 +++++++++++++++++++ project/resources/views/layouts/app.vue | 1 + 3 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 project/resources/views/components/UserList.vue diff --git a/project/resources/views/components/ExampleComponent.vue b/project/resources/views/components/ExampleComponent.vue index a90f4ed..134e1c5 100644 --- a/project/resources/views/components/ExampleComponent.vue +++ b/project/resources/views/components/ExampleComponent.vue @@ -1,9 +1,10 @@ + + + + diff --git a/project/resources/views/layouts/app.vue b/project/resources/views/layouts/app.vue index 42abce7..2f71a37 100644 --- a/project/resources/views/layouts/app.vue +++ b/project/resources/views/layouts/app.vue @@ -19,6 +19,7 @@ watch(() => currentRoute.name, (routeName) => { } }, {immediate: true}); +