rule book ui
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
|
||||
{path: '/rules', component: () => import('@/pages/Rules.vue'), children: [
|
||||
{path: '', component: () => import('./pages/rules/ListRuleBooks.vue')},
|
||||
{path: ':characterId', name: 'character-rulebook', component: () => import('@/pages/rules/EditRuleBook.vue')},
|
||||
{path: '/characters/:characterId/rule-book', name: 'character-rulebook', component: () => import('@/pages/rules/EditRuleBook.vue')},
|
||||
]},
|
||||
|
||||
{path: '/market', component: () => import('@/pages/Market.vue'), children: [
|
||||
|
||||
Reference in New Issue
Block a user