feat: add users page

This commit is contained in:
yanghao05
2025-04-10 21:04:35 +08:00
parent ed27cb3534
commit 5a63eee1ce
22 changed files with 797 additions and 60 deletions

View File

@@ -35,6 +35,11 @@ const routes = [
component: () => import('./pages/PostEditPage.vue'),
props: true
},
{
path: '/users',
name: 'Users',
component: () => import('./pages/UserPage.vue'),
}
];
// Create the router instance