Add entry edit form and options
This commit is contained in:
parent
7b55e8770c
commit
646355d0f9
11 changed files with 1352 additions and 36 deletions
|
|
@ -24,6 +24,11 @@ const routes = [
|
|||
name: 'wave',
|
||||
component: () => import('pages/WavePage.vue')
|
||||
},
|
||||
{
|
||||
path: 'edit/:id?',
|
||||
name: 'edit',
|
||||
component: () => import('pages/EditPage.vue')
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue