Open
Description
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.