You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vue.common.dev.js?4650:630 [Vue warn]: Error in created hook: "TypeError: Cannot read property 'bind' of undefined"
found in
---> <TestSubChild> at resources/js/Domain/Test/TestSubChild.vue
<Root>
The text was updated successfully, but these errors were encountered:
As result of my investigation, I think it would be better to implement this package functionality by injecting slots in template-code. But I'm not sure that this is really possible.
After many fixes and debugging I have created my own loader - vue-template-extends - that implemented by setting render functions for component options ( render and staticRenderFns) (because template-option is not respected in SFC).
This thows an error:
The text was updated successfully, but these errors were encountered: