@jaiken06 your children route should look’s like this :point_down
{
path: '/dividas', component: () => import('pages/dividas/Index.vue'),
meta: {
title: 'Dívidas'
}
},
@jaiken06 your children route should look’s like this :point_down
{
path: '/dividas', component: () => import('pages/dividas/Index.vue'),
meta: {
title: 'Dívidas'
}
},