ktquez / vue-extend-layout

Default layout or create custom layouts for the pages of your Vue.js SPA (Multiple layouts)
https://vue-layouts2.surge.sh/
MIT License
131 stars 16 forks source link

Does child routes work #2

Closed githingeorge closed 6 years ago

githingeorge commented 6 years ago
{
      path: '/parent',
      component: Parent,
      childen: [
        {
          path: 'child',
          component: Child
        }
      ],
      meta: {
        layout: 'grid'
      }
}

this renders with default.vue insted of grid.vue

githingeorge commented 6 years ago

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