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

Is there a way to use directive with a functional component? #161

Open avxkim opened 4 years ago

avxkim commented 4 years ago
<InputBox v-mask="'##/##/####'" />

Doesn't have any effect, what's the correct way to use this with a functional component?

lutuandat0411 commented 3 years ago

did you check the emit value of your functional component?