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

[#88] Fix $refs usage for Vue 3. #101

Merged
merged 2 commits into from
Jan 30, 2021
Merged

Conversation

serebrov
Copy link
Owner

Accodring to the migration guide,
the automatic array for $refs is not supported anymore and there is a new feature
to bind a function as "ref" which we also can not use to keep Vue 2 support.

So instead I am using a dynamic names for category refs (category_0, category_1, etc).

Accodring to the [migration guide](https://v3.vuejs.org/guide/migration/array-refs.html),
the automatic array for $refs is not supported anymore and there is a new feature
to bind a function as "ref" which we also can not use to keep Vue 2 support.

So instead I am using a dynamic names for category refs (category_0, category_1, etc).
@serebrov serebrov merged commit a5abd15 into master Jan 30, 2021
@serebrov serebrov deleted the 88-vue3-fix-static-picker branch January 30, 2021 16:05
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

Successfully merging this pull request may close these issues.

1 participant