vuejs-mask

1.0.3 • Public • Published

Features

  • Just install and use. Doesn't require additional configurations.

  • Works with input (html), v-text-field (Vuetify) and q-input (QuasarJS)

  • Extremely lightweight

Installation

npm install vuejs-mask --save
 
import Vue from 'vue'
import mask from 'vuejs-mask'
Vue.use(mask)

Usage

<input v-model="model" v-mask="['(##) ####-####', '(##) #####-####']" />
 
-ou- 
 
<v-text-field v-model="model" v-mask="['(##) ####-####', '(##) #####-####']" />
 

Readme

Keywords

Package Sidebar

Install

npm i vuejs-mask

Weekly Downloads

47

Version

1.0.3

License

ISC

Unpacked Size

4.18 kB

Total Files

6

Last publish

Collaborators

  • luizhenriquerdias