vue-numeric-input
vue-numeric-input copied to clipboard
The .native modifier
The .native modifier for v-on is only valid on components but it was used on
why this error happens for default?
I have the same warning: The .native modifier for v-on is only valid on components but it was used on <button>
Maybe is something related with this https://github.com/JayeshLab/vue-numeric-input/blob/master/src/vue-numeric-input.vue#L26
There is a PR that fixes this. Please consider mergeing it.
Can we get the PR merged, please? @JayeshLab
I see that not every press generate a change event, could this be related to this?
PR merged
Thanks!
Thank you!!