vuejs / devtools

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

vite-plugin-vue-devtools disables browser devtools extension #613

Closed Solant closed 1 month ago

Solant commented 2 months ago

When vite-plugin-vue-devtools plugin is enabled, browser dev tools (https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/) are disabled

I'm unsure if this is an expected behaviour, or some issue of having 2 instances simultaneously.

webfansplz commented 1 month ago

Yes, they're not compatible at the moment. If you use chrome or edge browser, we recommend using the v7 extension https://devtools-next.vuejs.org/guide/browser-extension (though we won't rule out releasing the firefox v7 extension at a later date)

Solant commented 1 month ago

Thanks for clarifying, have a nice day!