vuejs-tips/vue-the-mask

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

avxkim opened this issue · 1 comments

<InputBox v-mask="'##/##/####'" />

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

did you check the emit value of your functional component?