Skip to content

Commit 163317f

Browse files
committed
docs(faq): links to legacy version
1 parent 8004d06 commit 163317f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/guide/faq.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,12 @@ By default, the devtools will try to take screenshots of your application when s
3939
## Some package is polluting my devtools
4040

4141
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...'.
42+
43+
## Something is broken in the new devtools
44+
45+
If something is very broken, please submit a new issue! In the mean time, you can install the legacy version of the devtools:
46+
47+
- [Chrome](https://chrome.google.com/webstore/detail/iaajmlceplecbljialhhkmedjlpdblhp/)
48+
- [Firefox](https://github.com/vuejs/vue-devtools/releases/download/v5.3.3/vuejs_devtools-5.3.4-fx.xpi)
49+
50+
Make sure you disable any other versions of the Vue devtools.

0 commit comments

Comments
 (0)