Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How in Vue 3 (Composition API) set options and bind object #197

Closed
russeljo opened this issue Dec 22, 2023 · 1 comment
Closed

How in Vue 3 (Composition API) set options and bind object #197

russeljo opened this issue Dec 22, 2023 · 1 comment

Comments

@russeljo
Copy link

I use composition API in VUE3
How to combine this 2 things:

<input v-maska="bindedObject">

<input v-maska:[options]>

No examples in docs

@beholdr
Copy link
Owner

beholdr commented Dec 25, 2023

You can do it like this:

<input v-maska:[options]="bindedObject">

Added in docs too. Thank you.

@beholdr beholdr closed this as completed Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants