1- # Installation
1+ <script setup >
2+ import InstallButtons from ' ../components/InstallButtons.vue'
3+ import InstallButton from ' ../components/InstallButton.vue'
4+ </script >
25
3- The Vue.js devtools allows you to inspect and debug your applications.
6+ # Installation
47
5- ::: tip
6- If you want to install the previous version of the devtools, see [ here] ( #legacy ) .
8+ ::: tip Previous version
9+ If you want to install the previous version of the devtools (v5) , see [ here] ( #legacy ) .
710:::
811
12+ <InstallButtons />
13+
914## Chrome
1015
1116Install the extension on the Chrome Web Store:
1217
13- [ Get the Chrome Extension] ( https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd ) / ([ beta channel] ( https://chrome.google.com/webstore/detail/vuejs-devtools/ljjemllljcmogpfapbkkighbhhppjdbg ) )
18+ <InstallButton
19+ label="Install on Chrome"
20+ logo="/logo-chrome.svg"
21+ href="https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd "
22+ external
23+ />
24+
25+ ### Beta
26+
27+ To install the beta version of the devtools, remove or disable any existing versions and install the extension from [ here] ( https://chrome.google.com/webstore/detail/vuejs-devtools/ljjemllljcmogpfapbkkighbhhppjdbg ) .
28+
29+ <InstallButton
30+ label="Install Beta version on Chrome"
31+ logo="/logo-chrome.svg"
32+ href="https://chrome.google.com/webstore/detail/vuejs-devtools/ljjemllljcmogpfapbkkighbhhppjdbg "
33+ external
34+ />
1435
1536### Settings
1637
@@ -30,13 +51,23 @@ If you need to use the devtools in incognito mode or when you open an HTML file
3051
3152Install the extension on the Mozilla Addons website:
3253
33- [ Get the Firefox Addon] ( https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/ )
54+ <InstallButton
55+ label="Install on Firefox"
56+ logo="/logo-firefox.svg"
57+ href="https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/ "
58+ external
59+ />
3460
3561### Beta
3662
37- To install or update the beta version of the devtools, go to one of repository releases and download the ` xpi ` file.
63+ To install or update the beta version of the devtools, remove or disable any existing versions, go to one of repository beta releases and download the ` xpi ` file.
3864
39- [ Repository releases] ( https://github.com/vuejs/vue-devtools/releases )
65+ <InstallButton
66+ label="Install Beta version from Repository"
67+ logo="/logo-firefox.svg"
68+ href="https://github.com/vuejs/vue-devtools/releases "
69+ external
70+ />
4071
4172### Settings
4273
@@ -137,7 +168,20 @@ If something is broken with the new devtools, please [submit a new issue](https:
137168
138169Meanwhile, you can install the legacy version (v5) of the devtools:
139170
140- - [ Chrome] ( https://chrome.google.com/webstore/detail/iaajmlceplecbljialhhkmedjlpdblhp/ )
141- - [ Firefox] ( https://github.com/vuejs/vue-devtools/releases/download/v5.3.3/vuejs_devtools-5.3.4-fx.xpi )
171+ <div class =" flex flex-col gap-2 " >
172+ <InstallButton
173+ label="Install Legacy version on Chrome"
174+ logo="/logo-chrome.svg"
175+ href="https://chrome.google.com/webstore/detail/iaajmlceplecbljialhhkmedjlpdblhp "
176+ external
177+ />
178+
179+ <InstallButton
180+ label="Install Legacy version on Firefox"
181+ logo="/logo-firefox.svg"
182+ href="https://github.com/vuejs/vue-devtools/releases/download/v5.3.3/vuejs_devtools-5.3.4-fx.xpi "
183+ external
184+ />
185+ </div >
142186
143187Make sure you disable any other versions of the Vue devtools. Only one version should be enabled at a time.
0 commit comments