From 770574f5ea6ad30f09b0f4cca885c7341e8649d3 Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期三, 08 一月 2025 10:28:05 +0800 Subject: [PATCH] 1 --- src/App.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 013ed8f..446be87 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@ <template> <div id="app"> - <<router-view /> + <router-view /> </div> </template> @@ -14,7 +14,7 @@ return { }; }, - created() {}, + created() { }, mounted() { }, methods: {}, -- Gitblit v1.7.1