This commit is contained in:
2025-03-04 09:38:13 +08:00
parent 2af1109ced
commit e7cbc71418
4 changed files with 24 additions and 4 deletions

View File

@@ -17,6 +17,11 @@ const routes = [
name: "tutorial",
component: () => import("./pages/Markdown.vue"),
},
{
path: "user-manage",
name: "user-manage",
component: () => import("./pages/UserManage.vue"),
},
],
},
]