From aab48951d032ba56c5a9656363b5aea82dad0765 Mon Sep 17 00:00:00 2001 From: roger Date: Fri, 31 Mar 2023 14:39:13 +0800 Subject: [PATCH] =?UTF-8?q?provide=E4=B8=8Einject?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 20_脚手架/vue3_test/src/App.vue | 53 +++++++------------ .../vue3_test/src/components/Child.vue | 21 ++++++++ 20_脚手架/vue3_test/src/components/Son.vue | 26 +++++++++ 3 files changed, 67 insertions(+), 33 deletions(-) create mode 100644 20_脚手架/vue3_test/src/components/Child.vue create mode 100644 20_脚手架/vue3_test/src/components/Son.vue diff --git a/20_脚手架/vue3_test/src/App.vue b/20_脚手架/vue3_test/src/App.vue index e0d4f12..06cfe9b 100644 --- a/20_脚手架/vue3_test/src/App.vue +++ b/20_脚手架/vue3_test/src/App.vue @@ -1,44 +1,31 @@ + + \ No newline at end of file diff --git a/20_脚手架/vue3_test/src/components/Child.vue b/20_脚手架/vue3_test/src/components/Child.vue new file mode 100644 index 0000000..792b1ea --- /dev/null +++ b/20_脚手架/vue3_test/src/components/Child.vue @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/20_脚手架/vue3_test/src/components/Son.vue b/20_脚手架/vue3_test/src/components/Son.vue new file mode 100644 index 0000000..77b4493 --- /dev/null +++ b/20_脚手架/vue3_test/src/components/Son.vue @@ -0,0 +1,26 @@ + + + + + \ No newline at end of file