Skip to content

fix: make @vue/composition-api optional #1068

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

Merged
merged 1 commit into from
Jun 24, 2021
Merged

fix: make @vue/composition-api optional #1068

merged 1 commit into from
Jun 24, 2021

Conversation

kiontupper
Copy link
Contributor

NPM 7 attempts to automatically resolve peer dependencies and errors if it can't. This makes it difficult to use this package with Vue 3, since @vue/composition-API depends on Vue 2. This change brings vuefire in line with the README from vue-demi.

Pending this change, a workaround is to use --legacy-peer-deps when installing.

NPM 7 attempts to automatically resolve peer dependencies and errors if it can't. This makes it difficult to use this package with Vue 3, since @vue/composition-api depends on Vue 2. This change brings vuefire in line with the README from vue-demi.

Pending this change, a workaround is to use --legacy-peer-deps when installing.
Copy link
Member

@posva posva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@posva posva changed the title Make @vue/composition-api optional fix: make @vue/composition-api optional Jun 24, 2021
@posva posva merged commit 33eee5e into vuejs:v3 Jun 24, 2021
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.

2 participants