first commit, created New.vue...
This commit is contained in:
@@ -30,6 +30,15 @@ const routes: Array<RouteRecordRaw> = [
|
|||||||
requiresAdmin: true,
|
requiresAdmin: true,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/employees/new',
|
||||||
|
name: 'Employees/New',
|
||||||
|
component: () => import('@/views/Employees/Details.vue'),
|
||||||
|
meta: {
|
||||||
|
requiresAuth: true,
|
||||||
|
requiresAdmin: true
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/employees/:id',
|
path: '/employees/:id',
|
||||||
name: 'Employees/Details',
|
name: 'Employees/Details',
|
||||||
|
|||||||
0
src/views/Employees/New.vue
Normal file
0
src/views/Employees/New.vue
Normal file
Reference in New Issue
Block a user