vuejs / devtools-v6

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

Can not open vue-devtools in edge browser devtools #1285

Open meceway opened 4 years ago

meceway commented 4 years ago

Version

5.3.3

Browser and OS info

Edge 87.0.644.0 canary x64 / Windows 10 x64

Steps to reproduce

Step1. use F12 open edge browser devtools. Step2. choose Vue

What is expected?

is something wrong ? can you fixed it?

What is actually happening?

only show an Vue logo, but nothing happend. and in the extends->Vue.js devtools->error that you can see 3 errors


Uncaught TypeError: Cannot read property 'vueDetected' of null

build/detector.js:1

Uncaught ReferenceError: bridge is not difined

devtools://devtools/bundled/devtools_app.html?remoteBase=https://devtools.azureedge.net/serve_file/@2d375afc10605be63d1914060ce938b4c31960f5/&locale=zh-CN&can_dock=true&dockSide=undocked&enableLocalization=true

build/devtools.js:38

Uncaught Error: Extension context invalidated.

devtools://devtools/bundled/devtools_app.html?remoteBase=https://devtools.azureedge.net/serve_file/@2d375afc10605be63d1914060ce938b4c31960f5/&locale=zh-CN&can_dock=true&dockSide=undocked&enableLocalization=true

build/devtools-background.js:1

shevchenko-web commented 4 years ago

you have to install packages for vueDetected. regards.