diff --git a/src/pages/Characters.vue b/src/pages/Characters.vue new file mode 100644 index 0000000..67ffee6 --- /dev/null +++ b/src/pages/Characters.vue @@ -0,0 +1,11 @@ + + + \ No newline at end of file diff --git a/src/routes.ts b/src/routes.ts index ef0f32c..7926c27 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -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') }, ]; \ No newline at end of file diff --git a/src/sidebar/Sidebar.vue b/src/sidebar/Sidebar.vue index 32e7d60..a30d34a 100644 --- a/src/sidebar/Sidebar.vue +++ b/src/sidebar/Sidebar.vue @@ -25,6 +25,9 @@ const logout = async () => { {{ authStore.username }}