vuejs / devtools

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools.vuejs.org/
MIT License
1.7k stars 122 forks source link

New Devtools extension displays wrong Vue version #640

Closed gespinha closed 4 weeks ago

gespinha commented 4 weeks ago

Hey everyone,

I've recently installed the new devtools extension (using version 7.0.0 beta 11) and my Vuejs version appears incorrectly.

This is what I have installed: image

This is what I see: image

Is this a known issue or is there anything I'm doing wrong?

Thanks!

webfansplz commented 4 weeks ago

Hi, can you check if there are multiple instances of Vue in your app, and they have different versions of Vue?

duowb commented 4 weeks ago

image

  1. Select the root node
  2. Print $0.__vue_app__.version in the console