adjust footer edit page

This commit is contained in:
Tilman Behrend 2025-09-15 11:04:42 +02:00
parent 646355d0f9
commit ccd7adf0cb
3 changed files with 1284 additions and 822 deletions

View file

@ -25,9 +25,10 @@ const routes = [
component: () => import('pages/WavePage.vue')
},
{
path: 'edit/:id?',
path: 'edit',
name: 'edit',
component: () => import('pages/EditPage.vue')
component: () => import('pages/EditPage.vue'),
meta: { hideFooter: true }
},
],
},