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

feat: allow plugin to be installed in localVue #497

Conversation

pikax
Copy link
Member

@pikax pikax commented Sep 2, 2020

fix #492

Need a better error message when replacing the VueConstructor,

I haven't tested but I don't think the plugin will play nice with multiple vue instances running at the same time.

@pikax pikax requested a review from antfu September 2, 2020 08:04
src/runtimeContext.ts Outdated Show resolved Hide resolved
src/install.ts Outdated Show resolved Hide resolved
test/use.spec.ts Outdated Show resolved Hide resolved
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
test/use.spec.ts Outdated Show resolved Hide resolved
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
@antfu antfu merged commit 07be9d7 into vuejs:master Sep 12, 2020
@pikax pikax deleted the feat/allow_plugin_to_be_installed_in_multiple_localVue branch September 12, 2020 07:35
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.

Bug: Cannot scope install Composition API in the localVue by @vue/test-utils
2 participants