From 163317fdbead0de1431bb38ed6bc4b9e27affaaf Mon Sep 17 00:00:00 2001 From: Guillaume Date: Mon, 28 Jun 2021 18:59:43 +0200 Subject: [PATCH] docs(faq): links to legacy version --- docs/guide/faq.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 135ebb340..f1f714b89 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -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.