0👍
Following code will help you I think. GitHub
Usage:
Vue.use(Inputmask)
<input v-inputmask="'9999'">
<input v-inputmask="mask">
- [Vuejs]-Strange escaping behaviour with Vue.js
- [Vuejs]-No 'Access-Control-Allow-Origin' header is present on the requested resource with Vuejs and Nodejs
Source:stackexchange.com