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

Bag: Tab in chromium debugger is hide after chromium update #1277

Open evgeniy-webmaster opened 4 years ago

evgeniy-webmaster commented 4 years ago

Version

5.3.3

Browser and OS info

chromium 85.0.4183.102 / arch linux

Steps to reproduce

Update chromium to 85.0.4183.102 version and open chromium debugger on page with vue application in debug mode.

What is expected?

See the vue devtools tab.

What is actually happening?

Vue devtools tab is hide, but vue.js is detected on this page.


Problem is solved after downgrade chromium to 85.0.4183.83 version. Please, react quickly.

ygj6 commented 3 years ago

@evgeniy-webmaster Looks the same as #1326.