[FEAT] Re-organize files
This commit is contained in:
@@ -44,6 +44,11 @@ const router = createRouter({
|
||||
name: 'share',
|
||||
component: () => import('../views/ShareView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/editor/:id?',
|
||||
name: 'editor',
|
||||
component: () => import('../views/EditorView.vue'),
|
||||
},
|
||||
],
|
||||
scrollBehavior(to, from, savedPosition) {
|
||||
if (savedPosition) {
|
||||
|
||||
Reference in New Issue
Block a user