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 Vue plugin on Vue 2 #738

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Fix Vue plugin on Vue 2 #738

merged 1 commit into from
Mar 26, 2024

Conversation

bakerkretzmar
Copy link
Collaborator

This PR fixes the Vue plugin to work with Vue 2. Closes #737.

Not sure how the underlying changes slipped in, but they weren't supposed to.

This PR makes one small change from the intended previous behavior—in Vue 3, we now register a global route property instead of adding a mixin.

@bakerkretzmar bakerkretzmar self-assigned this Mar 26, 2024
@bakerkretzmar bakerkretzmar merged commit bc56cb7 into 2.x Mar 26, 2024
16 checks passed
@bakerkretzmar bakerkretzmar deleted the fix-vue-2 branch March 26, 2024 15:51
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.

package does not handle a Vue 2 codebase well
1 participant