feat: add users page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user