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
In order to make it work I have to change mixins: [BaseInput] to mixins: [BaseInput.default] but this never used to be the case. Something is going on and I haven't a clue how to fix it.
The text was updated successfully, but these errors were encountered:
index.vue
is unable to correctly use the BaseInput mixin because of this http://stackoverflow.com/questions/33505992/babel-6-changes-how-it-exports-defaultIn order to make it work I have to change
mixins: [BaseInput]
tomixins: [BaseInput.default]
but this never used to be the case. Something is going on and I haven't a clue how to fix it.The text was updated successfully, but these errors were encountered: