vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.63k stars 4.15k forks source link

Vue dev tool not working on chrome 99.0.4844.84 #1824

Open saravana13n opened 2 years ago

saravana13n commented 2 years ago

Version

6.1.4

Browser and OS info

Chrome 99.0.4844.84

Steps to reproduce

Install Vue dev tool update chrome to 99.0.4844.84 and open chrome developer tools

What is expected?

vue option is not listed in developer tools of chrome on loading a web page build on vue

Also cant read vue files from source of developer tools of chrome

What is actually happening?

Browser should detect vue from webpage and vue option need to be listed on developer tool of chrome. Also vue files should be in readable format in source of developer tools of chrome

pleek91 commented 2 years ago

Same issue. Anyone looking into this?

mediafreakch commented 2 years ago

As a workaround I did install the legacy version 5.3.4 as described here, which does appear. However also v6.x did work until some days ago.

hippopotamustoad commented 2 years ago

Same issue with Chrome Version 100.0.4896.127 Uninstalled and reinstalled it, restarted Chrome and enabled "allow access to file urls" solved it for me

Akryum commented 2 years ago

There are bugs with Chrome (99+) devtools extension API affecting all extensions that add devtools tabs. https://bugs.chromium.org/p/chromium/issues/detail?id=1304058

Workaround is to use Firefox.

tenaciouspete commented 2 years ago

I'm having a similar issue, the extension isn't even detecting Vue.js and it's also not showing in my dev tools panel

Akryum commented 2 years ago

https://bugs.chromium.org/p/chromium/issues/detail?id=1305475 It appears a potential fix is on its way for Chrome 103