Vue-devtools: [Firefox] Vue detected but DevTools tab not added

Created on 28 Aug 2017  路  5Comments  路  Source: vuejs/vue-devtools

The addon icon lights up with the message Vue.js is detected on this page. Open DevTools and look for the Vue panel.; however, opening up the panel does not show the Vue panel. The Vue panel is also not hidden, as it cannot be chosen for hiding in the "Developer Tools installed by add-ons" settings either.

To be sure, the console also has the "You are running Vue in development mode. (...)" message from Vue, so the page I am trying to debug is also running in development mode.

Firefox 55.0.3, Vue DevTools 3.1.6 (both fresh installs).

Most helpful comment

For me, it works after closing and opening the developer tools.

All 5 comments

Do you have the developer tools open at the bottom or at the side or in a separate window? The latter didn't work for me either.

Duplicate of #366

For me, it works after closing and opening the developer tools.

Devtools inspection is not available because it's in production mode or explicitly disabled by the author.

For me, I managed to make it working by:

  1. Close all Vue.js websites
  2. Close DevTools
  3. Disable Vue.js DevTools add-on
  4. Enable DevTools again
  5. Open DevTools
Was this page helpful?
0 / 5 - 0 ratings

Related issues

trollderius picture trollderius  路  3Comments

Gedminas picture Gedminas  路  3Comments

sparlos picture sparlos  路  3Comments

jonathantizard picture jonathantizard  路  4Comments

ispal picture ispal  路  4Comments