0
- [Vuejs]-Can not read property "document" of undefined – ApexCharts
- [Vuejs]-Vue.js transition mode not working?
0
Another option is to validate the input on the onchange event
I modified your code a bit for a working example: https://codesandbox.io/s/4rr9nv1p70
You find it in the file App.vue
Source:stackexchange.com