@aymkdn/vue-input-masked
v1.0.0
Published
Same as [https://github.com/niksmr/vue-masked-input](https://github.com/niksmr/vue-masked-input) but with the placeholder that stays visible while you're typing (see https://github.com/niksmr/vue-masked-input/issues/49).
Downloads
143
Readme
vue-input-masked
Same as https://github.com/niksmr/vue-masked-input but with the placeholder that stays visible while you're typing (see https://github.com/niksmr/vue-masked-input/issues/49).
Demo
Please see the demo at https://aymkdn.github.io/vue-input-masked/
Installation
npm install @aymkdn/vue-input-masked --save
And in your code:
import InputMasked from '@aymkdn/vue-input-masked'
...
components: {
InputMasked
}