vuejs-tips/vue-the-mask

pass pattern as property

Opened this issue · 0 comments

i can't seem to pass a mask value as a prop. is this expected behavior? its not throwing any errors..

directives: {mask},
template #text-input
:v-mask="mask"
/template

text-input
mask="##/##"
/text-input