ktquez/vue-extend-layout

Does child routes work

githingeorge opened this issue · 1 comments

{
      path: '/parent',
      component: Parent,
      childen: [
        {
          path: 'child',
          component: Child
        }
      ],
      meta: {
        layout: 'grid'
      }
}

this renders with default.vue insted of grid.vue

sorry, closing this as it was a spelling mistake(childen).