[Vuejs]-Vue.js + jQuery inputmask not working

0👍

Following code will help you I think. GitHub

Usage:

Vue.use(Inputmask)

<input v-inputmask="'9999'">

<input v-inputmask="mask">

Leave a comment