From 55515dd10fa7abbd444ac51b19db661072c26eb2 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 12 Nov 2024 14:53:43 +0100 Subject: [PATCH] Fix route props --- client/src/router/index.ts | 1 + 1 file changed, 1 insertion(+) 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",