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

compat: Simulate Vue 2.6.14 version in vue-compat #5293

Merged
merged 1 commit into from Jan 21, 2022

Commits on Jan 20, 2022

  1. compat: Simulate Vue 2.6.14 version in vue-compat

    Some Vue plugins that are actually compatible with the `vue-compat` won't work because of the version check. Right now `vue-compat` returns 3x version for the legacy method of checking Vue version via `Vue.version`. This PR instends to simulate Vue 2 version in those instances and instead return a 2x-compatible version: `2.6.14-compat:3.x.x`.
    CyberAP committed Jan 20, 2022
    Copy the full SHA
    0c9cc89 View commit details
    Browse the repository at this point in the history