From 20b52e62827b77c39a8f743fcb1b4944253e5f45 Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Fri, 21 Jan 2022 14:08:13 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Common/Hello.vue | 3 +++ components/Hello.vue | 3 +++ pages/index.vue | 2 ++ 3 files changed, 8 insertions(+) create mode 100644 components/Common/Hello.vue create mode 100644 components/Hello.vue diff --git a/components/Common/Hello.vue b/components/Common/Hello.vue new file mode 100644 index 0000000..56094df --- /dev/null +++ b/components/Common/Hello.vue @@ -0,0 +1,3 @@ + diff --git a/components/Hello.vue b/components/Hello.vue new file mode 100644 index 0000000..89eb55f --- /dev/null +++ b/components/Hello.vue @@ -0,0 +1,3 @@ + diff --git a/pages/index.vue b/pages/index.vue index 76f359d..1b1ae25 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,5 +1,7 @@