Compare commits
2 Commits
dcf8ae50a3
...
30bc072833
| Author | SHA1 | Date | |
|---|---|---|---|
| 30bc072833 | |||
| 93a8eb32df |
Generated
+3
-3
@@ -1782,9 +1782,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/vuetify": {
|
||||
"version": "4.1.3",
|
||||
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.3.tgz",
|
||||
"integrity": "sha512-tI6GHgICixvnoncWkSBNMKfwzjbt6H8FxEtGvUxYirOIBu00u5TUANgUbu1ly6wr9sVjvwqakCjUiAYJFsqpMw==",
|
||||
"version": "4.1.5",
|
||||
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.5.tgz",
|
||||
"integrity": "sha512-cR3XMzWbVll9wSdarhH7asT27zm23rMNM5dQ9pMGwTPGwEm0km8mY6ERJAGHIa/nMw0pYXWHjf1O9qJ/0PtZCQ==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
name: 'documents',
|
||||
path: '/',
|
||||
component: () => import('@/pages/FilesPage.vue'),
|
||||
component: () => import('@/pages/Main.vue'),
|
||||
meta: { layout: 'fixed' },
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user