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

fix(<2.7): Install composition API on provided vue instance #185

Merged
merged 1 commit into from Aug 10, 2022

Conversation

sebagnz
Copy link
Contributor

@sebagnz sebagnz commented Aug 10, 2022

When calling install(VueInstance) in versions < 2.7 the composition API was always being installed in the same Vue instance.

Now it add the compositionAPI on the Vue instance provided by parameter to the install function.

fix #184

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.

Vue instance provided to install() function is being ignored
2 participants