add param to deault route

This commit is contained in:
Gamebrary 2021-04-16 12:34:28 -07:00
parent 797538b48f
commit f5e50fb65a

View file

@ -149,7 +149,7 @@ export default new Router({
},
},
{
path: '*',
path: '/:userName',
name: 'public-profile',
component: PublicProfile,
},