vuejs-tips / vue-the-mask

Tiny (<2k gzipped) and dependency free mask input for Vue.js
https://vuejs-tips.github.io/vue-the-mask/
1.72k stars 212 forks source link

Problem in implementing v-mask directive with templates #180

Open PGorshkov opened 3 years ago

PGorshkov commented 3 years ago

Hello everyone! The problem is this: into the v-mask directive I substitute the array ['##-##-##', '+7 (###) ###-##-##'], and the ability to dial the numbers '11-11-11 ' no possibility

PGorshkov commented 3 years ago

181