@socheatsok78/v-inputmask
v1.0.1
Published
InputMask directive for Vue.js
Downloads
22
Maintainers
Readme
v-inputmask
InputMask directive for Vue.js
Install
npm i @socheatsok78/v-inputmask
# or
yarn add @socheatsok78/v-inputmask
Usage
<template>
<input v-inputmask="{ mask: '999-999-9999' }">
</template>
Other options can be found on Inputmask GitHub repo.
License
Licensed under the MIT license