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