mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
chore(profile): changed routing from params to query
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
})
|
||||
},
|
||||
{
|
||||
path: '/profile/:id',
|
||||
path: '/profile',
|
||||
name: 'PlayerProfileView',
|
||||
component: () => import('../views/PlayerProfileView.vue')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user