Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d5384952e | |||
| 93a8eb32df |
+1
-1
@@ -4,7 +4,7 @@ const routes: RouteRecordRaw[] = [
|
|||||||
{
|
{
|
||||||
name: 'documents',
|
name: 'documents',
|
||||||
path: '/',
|
path: '/',
|
||||||
component: () => import('@/pages/FilesPage.vue'),
|
component: () => import('@/pages/Main.vue'),
|
||||||
meta: { layout: 'fixed' },
|
meta: { layout: 'fixed' },
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user