From 27271c7e9ab9a9663e3c5c083cf6635fd9bc6ffb Mon Sep 17 00:00:00 2001 From: 62651a3279fbdd78c800902f <62651a3279fbdd78c800902f@devide> Date: Wed, 17 May 2023 09:33:19 +0000 Subject: [PATCH] UPDATE --- src/App.vue | 4 +-- src/page/child.vue | 11 ------- src/page/parent.vue | 10 ------ .../child.vue" | 30 ++++++++++++++++++ .../parent.vue" | 31 +++++++++++++++++++ 5 files changed, 63 insertions(+), 23 deletions(-) delete mode 100644 src/page/child.vue delete mode 100644 src/page/parent.vue create mode 100644 "src/\345\255\220\347\273\204\344\273\266\344\274\240\345\200\274\347\273\231\347\210\266\347\273\204\344\273\266/child.vue" create mode 100644 "src/\345\255\220\347\273\204\344\273\266\344\274\240\345\200\274\347\273\231\347\210\266\347\273\204\344\273\266/parent.vue" diff --git a/src/App.vue b/src/App.vue index 90cdc2e..b7aed98 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,9 @@ \ No newline at end of file diff --git a/src/page/parent.vue b/src/page/parent.vue deleted file mode 100644 index b9ac528..0000000 --- a/src/page/parent.vue +++ /dev/null @@ -1,10 +0,0 @@ - - - - - \ No newline at end of file diff --git "a/src/\345\255\220\347\273\204\344\273\266\344\274\240\345\200\274\347\273\231\347\210\266\347\273\204\344\273\266/child.vue" "b/src/\345\255\220\347\273\204\344\273\266\344\274\240\345\200\274\347\273\231\347\210\266\347\273\204\344\273\266/child.vue" new file mode 100644 index 0000000..365c3ec --- /dev/null +++ "b/src/\345\255\220\347\273\204\344\273\266\344\274\240\345\200\274\347\273\231\347\210\266\347\273\204\344\273\266/child.vue" @@ -0,0 +1,30 @@ + + + + + \ No newline at end of file diff --git "a/src/\345\255\220\347\273\204\344\273\266\344\274\240\345\200\274\347\273\231\347\210\266\347\273\204\344\273\266/parent.vue" "b/src/\345\255\220\347\273\204\344\273\266\344\274\240\345\200\274\347\273\231\347\210\266\347\273\204\344\273\266/parent.vue" new file mode 100644 index 0000000..3707582 --- /dev/null +++ "b/src/\345\255\220\347\273\204\344\273\266\344\274\240\345\200\274\347\273\231\347\210\266\347\273\204\344\273\266/parent.vue" @@ -0,0 +1,31 @@ + + + + + \ No newline at end of file -- GitLab