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

Vue instance provided to install() function is being ignored #184

Closed
sebagnz opened this issue Aug 9, 2022 · 2 comments · Fixed by #185
Closed

Vue instance provided to install() function is being ignored #184

sebagnz opened this issue Aug 9, 2022 · 2 comments · Fixed by #185

Comments

@sebagnz
Copy link
Contributor

sebagnz commented Aug 9, 2022

Vue.use(VueCompositionAPI)

Should't it be?

_vue.use(VueCompositionAPI)

Otherwise vue-demi is always installing the composition api in the same vue instance.

@antfu
Copy link
Member

antfu commented Aug 10, 2022

Yeah nice catch, pr welcome

@sebagnz
Copy link
Contributor Author

sebagnz commented Aug 10, 2022

Sure, here it goes 👍 #185

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 a pull request may close this issue.

2 participants