From 8188524ab76ae7b64ab6be4a83b56d51bd5610d3 Mon Sep 17 00:00:00 2001 From: 62651a3279fbdd78c800902f <62651a3279fbdd78c800902f@devide> Date: Wed, 17 May 2023 09:04:50 +0000 Subject: [PATCH] UPDATE --- src/App.vue | 41 ++--------------------------------------- src/page/child.vue | 11 +++++++++++ src/page/parent.vue | 10 ++++++++++ 3 files changed, 23 insertions(+), 39 deletions(-) create mode 100644 src/page/child.vue create mode 100644 src/page/parent.vue diff --git a/src/App.vue b/src/App.vue index 633a5df..90cdc2e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,47 +1,10 @@ diff --git a/src/page/child.vue b/src/page/child.vue new file mode 100644 index 0000000..19748ff --- /dev/null +++ b/src/page/child.vue @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/src/page/parent.vue b/src/page/parent.vue new file mode 100644 index 0000000..b9ac528 --- /dev/null +++ b/src/page/parent.vue @@ -0,0 +1,10 @@ + + + + + \ No newline at end of file -- GitLab