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

Could we get v7 and v6 working at the same time ? #663

Open
mrleblanc101 opened this issue Oct 31, 2024 · 4 comments
Open

Could we get v7 and v6 working at the same time ? #663

mrleblanc101 opened this issue Oct 31, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@mrleblanc101
Copy link

mrleblanc101 commented Oct 31, 2024

Is there a insurmontable technical reason that prevent this from working ?
I don't mind that v7 only work with Vue 3, but the fact that both version can't run at the same time will be VERY annoying for people that need to support both legacy Vue 2 projects and newer Vue 3 projets.

I propose that we make one last v6 update so that:

  • If only v6 is installed, the extension load for both Vue 2 and Vue 3
  • If v6 and v7 are installed, v6 only load for Vue 2 while v7 only load for Vue 3

If automatic detection is not possible, it could simply be a settings in v6 to disable loading of the legacy extension for Vue 3.

@alexzhang1030
Copy link
Member

We do not recommend using these two extensions simultaneously, as most of the logic might cause conflict.

@mrleblanc101
Copy link
Author

@alexzhang1030 As mentioned, if both extension are installed, only one would be "active" at any given time.

@alexzhang1030
Copy link
Member

Automatic detection is a good suggestion, we might consider supporting this with someway in the future 😊

@alexzhang1030 alexzhang1030 added the enhancement New feature or request label Oct 31, 2024
@webfansplz
Copy link
Member

I originally thought about it, but I ran into some issues with the details, and haven't found a way to implement it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants