feat: add orders
This commit is contained in:
@@ -39,6 +39,11 @@ const routes = [
|
||||
path: '/users',
|
||||
name: 'Users',
|
||||
component: () => import('./pages/UserPage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/orders',
|
||||
name: 'Orders',
|
||||
component: () => import('./pages/OrderPage.vue'),
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user