Input mask directive for Vue 2.* based on jquery.inputmask
npm install v-inputmasksh
npm install v-inputmask --save
`
Exmaple for Elements UI:
`javascript
import VInputmask from 'v-inputmask';
Vue.use(VInputmask);
`
`html
`
For components by default it search for first input element. If there are multiple
elements it is possible to specify it by css selector:
`html
``