From 83bc094502cc5c72c43f8b285d18caa1a0649706 Mon Sep 17 00:00:00 2001 From: heshunme Date: Tue, 25 Jun 2024 00:23:34 +0800 Subject: [PATCH 1/3] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E4=BA=86route=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E5=9C=A8App.vue=E4=B8=AD=E6=AD=A3=E5=B8=B8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84bug=202.=E7=B2=BE=E7=AE=80=E4=BA=86App.vue?= =?UTF-8?q?=EF=BC=8C=E9=87=8D=E6=9E=84=E4=BA=86HelloWorld.vue=203.?= =?UTF-8?q?=E5=9C=A8route/index.js=E4=B8=AD=E7=95=99=E4=BA=86=E4=B8=AA?= =?UTF-8?q?=E5=B0=8F=E5=BD=A9=E8=9B=8B=204.=E6=B7=BB=E5=8A=A0=E4=BA=86?= =?UTF-8?q?=E4=B8=80=E4=BA=9B=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 34 +++++++--------------------------- src/components/HelloWorld.vue | 28 +++++++++++++++++++++------- src/router/index.js | 4 +++- src/store/index.js | 2 ++ 4 files changed, 33 insertions(+), 35 deletions(-) diff --git a/src/App.vue b/src/App.vue index 341dbf0..2554396 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,30 +1,10 @@ - - - + + + \ No newline at end of file diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue index afd5006..ae9327e 100644 --- a/src/components/HelloWorld.vue +++ b/src/components/HelloWorld.vue @@ -1,17 +1,19 @@