1.0.0 • Published 6 years ago

@aymkdn/vue-input-masked v1.0.0

Weekly downloads
21
License
-
Repository
-
Last release
6 years ago

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
}