vue-mask

1.0.0 • Public • Published

vue-mask

Input masking directive for Vue.js

The directive can be attached to inputs and used like so v-mask="99/99/9999".

Installation

NPM

$ npm install vue-mask

CommonJS

var Mask = require('vue-mask')
 
new Vue({
  el: 'body',
  directives: {
    'v-mask': Mask
  }
})

Readme

Keywords

Package Sidebar

Install

npm i vue-mask

Weekly Downloads

54

Version

1.0.0

License

MIT

Last publish

Collaborators

  • matisoffn