refactor. edit page with new selection pages
This commit is contained in:
parent
d95f5fcb45
commit
6c909ea6e7
8 changed files with 2397 additions and 162 deletions
|
|
@ -30,6 +30,24 @@ const routes = [
|
|||
component: () => import('pages/EditPage.vue'),
|
||||
meta: { hideFooter: true }
|
||||
},
|
||||
{
|
||||
path: 'person-selector',
|
||||
name: 'person-selector',
|
||||
component: () => import('pages/PersonSelector.vue'),
|
||||
meta: { hideFooter: true }
|
||||
},
|
||||
{
|
||||
path: 'category-selector',
|
||||
name: 'category-selector',
|
||||
component: () => import('pages/CategorySelector.vue'),
|
||||
meta: { hideFooter: true }
|
||||
},
|
||||
{
|
||||
path: 'tag-selector',
|
||||
name: 'tag-selector',
|
||||
component: () => import('pages/TagSelector.vue'),
|
||||
meta: { hideFooter: true }
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue