@aymkdn/vue3-input-masked
v2.1.3
Published
Please see the demo and documentation at [https://aymkdn.github.io/vue3-input-masked/](https://aymkdn.github.io/vue3-input-masked/)
Readme
vue3-input-masked
Demo
Please see the demo and documentation at https://aymkdn.github.io/vue3-input-masked/
Installation
npm install @aymkdn/vue3-input-maskedAnd in your code:
import InputMasked from '@aymkdn/vue3-input-masked'
...
components: {
InputMasked
}Development
To test it, just run npm run dev.
