From 8d9e2818580119b3ed6aafafefe50dab49b78158 Mon Sep 17 00:00:00 2001 From: roger Date: Mon, 30 Jan 2023 18:11:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=86=E5=A4=87=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=EF=BC=8C=E5=BC=80=E5=A7=8B=E5=AD=A6=E4=B9=A0=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E6=80=BB=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 20_脚手架/vue_code/src/App.vue | 110 ++---------------- .../vue_code/src/components/School.vue | 27 +++++ .../vue_code/src/components/Student.vue | 27 +++++ 3 files changed, 66 insertions(+), 98 deletions(-) create mode 100644 20_脚手架/vue_code/src/components/School.vue create mode 100644 20_脚手架/vue_code/src/components/Student.vue diff --git a/20_脚手架/vue_code/src/App.vue b/20_脚手架/vue_code/src/App.vue index 2c521e4..c8d2876 100644 --- a/20_脚手架/vue_code/src/App.vue +++ b/20_脚手架/vue_code/src/App.vue @@ -1,118 +1,32 @@ \ No newline at end of file diff --git a/20_脚手架/vue_code/src/components/School.vue b/20_脚手架/vue_code/src/components/School.vue new file mode 100644 index 0000000..6194c82 --- /dev/null +++ b/20_脚手架/vue_code/src/components/School.vue @@ -0,0 +1,27 @@ + + + + + + diff --git a/20_脚手架/vue_code/src/components/Student.vue b/20_脚手架/vue_code/src/components/Student.vue new file mode 100644 index 0000000..c40ba62 --- /dev/null +++ b/20_脚手架/vue_code/src/components/Student.vue @@ -0,0 +1,27 @@ + + + + + +