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