Skip to content

Commit

Permalink
docs(faq): links to legacy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jun 28, 2021
1 parent 8004d06 commit 163317f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,12 @@ By default, the devtools will try to take screenshots of your application when s
## Some package is polluting my devtools

The new Vue devtools feature a powerful public API so that package authors can integrate with the devtools (for example vuex or pinia). Since great power comes with great responsibility, you can disable specific permissions of a plugin, or even turn it off entirely, by going to the 'More' menu (three vertical dots on the top right), and then 'Devtools plugins...'.

## Something is broken in the new devtools

If something is very broken, please submit a new issue! In the mean time, you can install the legacy version of the devtools:

- [Chrome](https://chrome.google.com/webstore/detail/iaajmlceplecbljialhhkmedjlpdblhp/)
- [Firefox](https://github.com/vuejs/vue-devtools/releases/download/v5.3.3/vuejs_devtools-5.3.4-fx.xpi)

Make sure you disable any other versions of the Vue devtools.

0 comments on commit 163317f

Please sign in to comment.