From eba69a5d895497c37990f15abfb083474ca037da Mon Sep 17 00:00:00 2001 From: “dzb” <2632970487@qq.com> Date: 星期一, 26 九月 2022 09:04:56 +0800 Subject: [PATCH] 完成部分静态页面 --- src/App.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index e5cd210..71c8728 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@ <template> <div id="app"> - <router-view/> + <router-view /> </div> </template> @@ -11,4 +11,4 @@ export default { }; -</script> +</script> \ No newline at end of file -- Gitblit v1.8.0