feat: 更新 index.html 和样式文件,优化样式导入和结构

This commit is contained in:
严浩
2024-12-23 10:44:47 +08:00
parent 4037060842
commit de9260dcf5
7 changed files with 19 additions and 74 deletions

View File

@@ -20,6 +20,7 @@ function setupRouter(app: import('vue').App) {
.use(router); // adding the router will trigger the initial navigation
}
export { router, setupRouter };
// ========================================================================
// =========================== Router Guards ==============================
// ========================================================================