feature: player profile view

This commit is contained in:
2026-02-02 03:12:40 +01:00
parent b34f8229cc
commit 23a8b9e8d4
2 changed files with 166 additions and 0 deletions
+5
View File
@@ -61,6 +61,11 @@ const routes: Array<RouteRecordRaw> = [
region: route.query.region
})
},
{
path: '/profile/:id',
name: 'PlayerProfileView',
component: () => import('../views/PlayerProfileView.vue')
},
{
path: '/:catchAll(.*)',
redirect: '/'