From 5a7ebba43b515dbca220fca23f352af93188052e Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期五, 31 五月 2024 17:20:44 +0800 Subject: [PATCH] chore:添加header --- src/App.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index e52317b..aadaf6a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,9 @@ </script> <template> + <RouterView /> </template> -<style scoped></style> +<style scoped> +</style> -- Gitblit v1.8.0