Closed mnguyen284 closed 5 years ago
Good catch, thanks for reporting the bug. Its fixed (https://github.com/mrodal/vue-inheritance-loader/commit/f62b8d2e5706a19b34828952097730d3bbc97809), please update your package to 0.1.5
Great! Thanks for the tool.
In case I have a structure like this:
My templates should be like
PageBase.vue
ListPage.vue
CustomerListPage.vue
But that doesn't work.
ListPage.vue
must also have the value as../../shared/pages/Page.vue
to make it work.I found in
resolveComponent
function you passedinitialPath
to the children too.Please have a look.
Thank you.