vuejs / devtools

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

vue.js not detected since Version 7.5.6 #653

Closed frufin closed 3 weeks ago

frufin commented 3 weeks ago

Hi, Using Vue-cli 3 and Vue v2.7 on Mac OS 10.14.6, from today (7.5.6 version new release), my vue apps are not detected any more... Everything was (quite) fine before.

webfansplz commented 3 weeks ago

The v7 version of devtools only supports Vue3. If your application is still using Vue2, please install the v6 version. If you're still using v5 version, you can install it here.