diff --git a/client/src/router/index.ts b/client/src/router/index.ts index a24e53b2..c5f286a7 100644 --- a/client/src/router/index.ts +++ b/client/src/router/index.ts @@ -188,6 +188,7 @@ const router = createRouter({ { path: "profile/:userId", component: () => import("@/pages/userProfile/UserProfilePage.vue"), + props: true, children: [ { path: "learning-path",