vue-numeric
vue-numeric copied to clipboard
Prevent string insert
How to limit input to receive only numbers?
I bet you can use HTML5 to do that by specifying your input type as number.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number