Fix route props
This commit is contained in:
parent
db399e2aa2
commit
55515dd10f
|
|
@ -188,6 +188,7 @@ const router = createRouter({
|
|||
{
|
||||
path: "profile/:userId",
|
||||
component: () => import("@/pages/userProfile/UserProfilePage.vue"),
|
||||
props: true,
|
||||
children: [
|
||||
{
|
||||
path: "learning-path",
|
||||
|
|
|
|||
Loading…
Reference in New Issue