Add entry edit form and options

This commit is contained in:
Tilman Behrend 2025-09-14 22:59:50 +02:00
parent 7b55e8770c
commit 646355d0f9
11 changed files with 1352 additions and 36 deletions

View file

@ -24,6 +24,11 @@ const routes = [
name: 'wave',
component: () => import('pages/WavePage.vue')
},
{
path: 'edit/:id?',
name: 'edit',
component: () => import('pages/EditPage.vue')
},
],
},