A simple wrapper for the v-text-field component from vuetify to use cleave.js
A simple wrapper for the v-text-field component from vuetify to use cleave.js
https://vuetify-cleave.netlify.com/
npm
npm install vuetify-cleaveYarn
yarn add vuetify-cleave
`Usage
View all possible props on vuetify's docs
`
v-model="cardNumber"
:options="creditCard"
placeholder="Credit card"
/>
``For other uses see examples: https://github.com/theissn/vuetify-cleave/blob/master/src/App.vue