draft acquisition

This commit is contained in:
2024-05-14 21:21:17 +02:00
parent 9fb78329cc
commit 7332e145f4
15 changed files with 146 additions and 135 deletions

View File

@@ -8,7 +8,7 @@ export const routes: RouteRecordRaw[] = [
{ path: '', redirect: '/market/type' },
{ path: 'type/:type?', name: 'market-type', component: () => import('@/pages/market/TypeInfo.vue') },
{ path: 'scan', component: () => import('@/pages/market/Scan.vue') },
{ path: 'track', component: () => import('@/pages/market/Track.vue') },
{ path: 'acquisitions', component: () => import('@/pages/market/Acquisitions.vue') },
] },
{ path: '/tools', component: () => import('@/pages/Tools.vue') },
{ path: '/about', component: () => import('@/pages/About.vue') },