[FEAT] Re-organize files

This commit is contained in:
2026-01-02 00:47:41 +01:00
parent b7f90e69a1
commit 79f9e3f7b2
7 changed files with 733 additions and 602 deletions

View File

@@ -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) {