mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 07:57:19 +00:00
add param to deault route
This commit is contained in:
parent
797538b48f
commit
f5e50fb65a
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ export default new Router({
|
|||
},
|
||||
},
|
||||
{
|
||||
path: '*',
|
||||
path: '/:userName',
|
||||
name: 'public-profile',
|
||||
component: PublicProfile,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue