fix another route

This commit is contained in:
Andreas Zweili 2021-06-27 17:31:08 +02:00
parent 7f52135e10
commit e61fbf7783

View File

@ -14,7 +14,7 @@ const router = createRouter({
{ path: '/coaches', component: CoachesList },
{
path: '/coaches/:id',
components: CoachDetails,
component: CoachDetails,
children: [{ path: 'contact', component: ContactCoach }]
},
{ path: '/register', component: CoachRegistration },