Answer the question
In order to leave comments, you need to log in
Vue.js2 how to correctly write child parameters in router?
Hello!
in the router I wrote the following rules
{path: '/post', component: Post, children:[
{path: 'create', component: PostCreate},
]},
Answer the question
In order to leave comments, you need to log in
In the Post component template, you must have a nested <router-view
> in which children are passed.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question