Does child routes work
githingeorge opened this issue · 1 comments
githingeorge commented
{
path: '/parent',
component: Parent,
childen: [
{
path: 'child',
component: Child
}
],
meta: {
layout: 'grid'
}
}
this renders with default.vue insted of grid.vue
githingeorge commented
sorry, closing this as it was a spelling mistake(childen).