Fix route props

This commit is contained in:
Ramon Wenger 2024-11-12 14:53:43 +01:00
parent db399e2aa2
commit 55515dd10f
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ const router = createRouter({
{
path: "profile/:userId",
component: () => import("@/pages/userProfile/UserProfilePage.vue"),
props: true,
children: [
{
path: "learning-path",