feat(#16): Appraisal page
This commit is contained in:
@@ -15,6 +15,7 @@ export const routeNames = {
|
||||
listLedgerAcquisitions: 'list-ledger-acquisitions',
|
||||
editRuleBook: 'edit-rule-book',
|
||||
marketTypes: 'market-types',
|
||||
appraise: 'appraise',
|
||||
about: 'about',
|
||||
} as const;
|
||||
|
||||
@@ -39,6 +40,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{path: 'types/:type?', name: routeNames.marketTypes, component: () => import('@/pages/market/TypeInfo.vue')},
|
||||
{path: 'scan', component: () => import('@/pages/market/Scan.vue')},
|
||||
{path: 'acquisitions', component: () => import('@/pages/market/Acquisitions.vue')},
|
||||
{path: 'appraisal', name: routeNames.appraise, component: () => import('@/pages/market/Appraise.vue')},
|
||||
]},
|
||||
|
||||
{path: '/reprocess', component: () => import('@/pages/Reprocess.vue')},
|
||||
|
||||
Reference in New Issue
Block a user