Compare commits
2 Commits
fc62a61c5a
...
f5a6cef6f8
| Author | SHA1 | Date | |
|---|---|---|---|
| f5a6cef6f8 | |||
| 822acf7612 |
Generated
+3
-3
@@ -501,9 +501,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@vitejs/plugin-vue": {
|
"node_modules/@vitejs/plugin-vue": {
|
||||||
"version": "6.0.7",
|
"version": "6.0.8",
|
||||||
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.8.tgz",
|
||||||
"integrity": "sha512-km+p+XdSz9Sxm5rqUbqcSfZYaAniKxWBj1KURl+Jr7UaPvvX7BmaWMdP69I5rrFDeQGyxAG7NXdc57vz+snhWg==",
|
"integrity": "sha512-0ZjgOg7oO6farnNGup7yvoM/YXZV84OZxHAwtflItNa/6zzQyVb5LNxyea3FEKEX2XlagIKzrlH7wwxkKgtiew==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+2
-2
@@ -7,13 +7,13 @@ const routes = [
|
|||||||
{
|
{
|
||||||
name: 'calendar',
|
name: 'calendar',
|
||||||
path: '/calendar',
|
path: '/calendar',
|
||||||
component: () => import('@/pages/ChronoPage.vue'),
|
component: () => import('@/pages/Main.vue'),
|
||||||
meta: { layout: 'fixed' },
|
meta: { layout: 'fixed' },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'tasks',
|
name: 'tasks',
|
||||||
path: '/tasks',
|
path: '/tasks',
|
||||||
component: () => import('@/pages/ChronoPage.vue'),
|
component: () => import('@/pages/Main.vue'),
|
||||||
meta: { layout: 'fixed' },
|
meta: { layout: 'fixed' },
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user