-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Vue 3.1.0 project detected as Vue 2 #682
Comments
This is a bit strange, do you have multiple instances of vue in your app? This is not related to the options API, which is supported in v7. If we can provide minimum repo, it will help us locate the issue. |
The |
|
Or that they don't know the difference between the minimum requested version in the package.json and the installed version in the lockfile. |
You can try devtools functions if they can work properly, looks like problems have been resolved, right? |
@alexzhang1030 I'm not OP, I think OP is confused, I don't think there is a bug |
Oh, sorry... But anyway thanks |
This is correct, For some reason I thought that Vue Dev Tools version can be found in the plugin info but it is a Vue version instead indeed. In any case I don't know which exact Vue Dev Tools version is used, plugin itself shows One week ago it looked significantly different. Not sure if this is expected. If this is just a new design - ticket could be closed, because I didn't see these changes in the recent releases: |
The extension was updated from v6 to v7. |
On my current project
Vue ^3.1.0
is used.After the recent Vue Dev Tools update it started to detect it as Vue 2 project.
This forced Dev Tools to use some outdated version.
Update:
3.4.35
is the Vue version, Vue Dev Tools version in the plugin section is7.6.3
but it looks significantly different to what we had 1 week ago.Current workaround I found is to use legacy v6 plugin:
https://chromewebstore.google.com/detail/vuejs-devtools/iaajmlceplecbljialhhkmedjlpdblhp?utm_source=ext_sidebar?utm_source=ext_sidebar
But would be great to resolve this, not sure why this is happening.
Could be related to options API syntax used in the app but this is still a valid Vue 3 syntax.
Thanks in advance.
The text was updated successfully, but these errors were encountered: