add S4 new world rising

This commit is contained in:
2023-12-02 01:36:03 +00:00
parent 8fc13abcb6
commit 7872a2ffec
36 changed files with 685 additions and 382 deletions

View File

@@ -8,17 +8,17 @@ const routes: RouteRecordRaw[] = [
{ path: '', component: () => import('pages/AnnoBase.vue') },
{
path: '/expansions',
component: () => import('pages/AnnoExpansions.vue')
}
]
component: () => import('pages/AnnoExpansions.vue'),
},
],
},
// Always leave this as last one,
// but you can also remove it
{
path: '/:catchAll(.*)*',
component: () => import('pages/ErrorNotFound.vue')
}
component: () => import('pages/ErrorNotFound.vue'),
},
];
export default routes;