1.0.1 • Published 4 years ago
@socheatsok78/v-inputmask v1.0.1
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