ваше сообщение коммита
This commit is contained in:
@@ -92,6 +92,11 @@ const routes = [
|
||||
component: () => import('../views/tables/DeleteTableView.vue'),
|
||||
props: true
|
||||
},
|
||||
{
|
||||
path: '/tables/tags',
|
||||
name: 'tags-table-view',
|
||||
component: () => import('../views/tables/TagsTableViewPage.vue')
|
||||
},
|
||||
{
|
||||
path: '/contacts/:id',
|
||||
name: 'contact-details',
|
||||
@@ -104,6 +109,16 @@ const routes = [
|
||||
component: () => import('../views/contacts/ContactDeleteConfirm.vue'),
|
||||
props: true
|
||||
},
|
||||
{
|
||||
path: '/contacts-list',
|
||||
name: 'contacts-list',
|
||||
component: () => import('../views/ContactsView.vue')
|
||||
},
|
||||
{
|
||||
path: '/dle-management',
|
||||
name: 'dle-management',
|
||||
component: () => import('../views/DleManagementView.vue')
|
||||
},
|
||||
];
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user