Answer the question
In order to leave comments, you need to log in
Why is the transition not being made in children router in vue?
router.vuejs.org
If I uncomment the line it works.
// { path: '/customers', name: 'customers', component: Customers , view: false}, // 1
{
path: '/statistics', name: 'statistics', component: Statistics , view: true,
children: [
{
path: "/customers",
name: 'customers',
component: Customers,
view: true
}
]},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question