draft character page
This commit is contained in:
@@ -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') },
|
||||
];
|
||||
Reference in New Issue
Block a user