Client - add link to users in admin

This commit is contained in:
Sam
2021-10-31 18:11:18 +01:00
parent 332983d9ea
commit fca417d9ad
15 changed files with 218 additions and 5 deletions

View File

@ -128,6 +128,12 @@ const routes: Array<RouteRecordRaw> = [
component: () =>
import(/* webpackChunkName: 'main' */ '@/views/StatisticsView.vue'),
},
{
path: '/users/:username',
name: 'User',
component: () =>
import(/* webpackChunkName: 'profile' */ '@/views/UserView.vue'),
},
{
path: '/workouts',
name: 'Workouts',