draft character page

This commit is contained in:
2024-05-18 18:55:37 +02:00
parent c38f44c182
commit 6c99fa0401
3 changed files with 15 additions and 0 deletions
+1
View File
@@ -11,5 +11,6 @@ export const routes: RouteRecordRaw[] = [
{ path: 'acquisitions', component: () => import('@/pages/market/Acquisitions.vue') },
] },
{ path: '/tools', component: () => import('@/pages/Tools.vue') },
{ path: '/characters', component: () => import('@/pages/Characters.vue') },
{ path: '/about', name: 'about', component: () => import('@/pages/About.vue') },
];