about page

This commit is contained in:
2023-10-02 10:08:04 +02:00
parent 2b513a91b0
commit 66f88ef1b1
2 changed files with 9 additions and 0 deletions

View File

@@ -10,4 +10,5 @@ export const routes: RouteRecordRaw[] = [
{ path: 'track', component: () => import('@/pages/market/Track.vue') },
] },
{ path: '/tools', component: () => import('@/pages/Tools.vue') },
{ path: '/about', component: () => import('@/pages/About.vue') },
];