add user pagination

This commit is contained in:
2025-03-05 20:50:13 +08:00
parent ea5393242a
commit 838a703023
7 changed files with 89 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ const routes = [
component: () => import("./pages/Markdown.vue"),
},
{
path: "user-manage",
path: "user-manage/:page",
name: "user-manage",
component: () => import("./pages/UserManage.vue"),
},