From ddcafab60517507c0f357c16debff8839367cca0 Mon Sep 17 00:00:00 2001 From: roger Date: Tue, 7 Feb 2023 18:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=B8=B4=E6=97=B6=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 20_脚手架/vue_code/src/App.vue | 76 ++++++++++++------- 20_脚手架/vue_code/src/components/List.vue | 13 ++++ .../vue_code/src/components/Search.vue | 13 ++++ 3 files changed, 74 insertions(+), 28 deletions(-) create mode 100644 20_脚手架/vue_code/src/components/List.vue create mode 100644 20_脚手架/vue_code/src/components/Search.vue diff --git a/20_脚手架/vue_code/src/App.vue b/20_脚手架/vue_code/src/App.vue index 5d32cc5..6d2b372 100644 --- a/20_脚手架/vue_code/src/App.vue +++ b/20_脚手架/vue_code/src/App.vue @@ -1,36 +1,56 @@ diff --git a/20_脚手架/vue_code/src/components/List.vue b/20_脚手架/vue_code/src/components/List.vue new file mode 100644 index 0000000..ca7465e --- /dev/null +++ b/20_脚手架/vue_code/src/components/List.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/20_脚手架/vue_code/src/components/Search.vue b/20_脚手架/vue_code/src/components/Search.vue new file mode 100644 index 0000000..ec4bfdf --- /dev/null +++ b/20_脚手架/vue_code/src/components/Search.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file