fix(documents): fit workspace within private layout

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-09 21:20:30 -04:00
parent 2471d69040
commit fc2124470c
4 changed files with 17 additions and 7 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ const routes: RouteRecordRaw[] = [
{
name: 'documents',
path: '/',
component: () => import('@/pages/FilesPage.vue')
component: () => import('@/pages/FilesPage.vue'),
meta: { layout: 'fixed' },
},
]