Skip to content

Commit 9c4e4be

Browse files
committed
docs: firefox addon installation guide
1 parent 84fec3e commit 9c4e4be

File tree

2 files changed

+137
-2
lines changed

2 files changed

+137
-2
lines changed

docs/guide/browser-extension.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Browser Extension
22

3+
## Chrome
4+
35
:::tip Compatibility Note
46
The v7 version of devtools only supports Vue3. If your application is still using Vue2, please install the [v6 version](https://chromewebstore.google.com/detail/vuejs-devtools/iaajmlceplecbljialhhkmedjlpdblhp?utm_source=ext_sidebar?utm_source=ext_sidebar). If you're still using v5 version, you can install it [here](https://chromewebstore.google.com/detail/vuejs-devtools-v5/hkddcnbhifppgmfgflgaelippbigjpjo).
57
:::
68

7-
## Chrome
8-
99
Remove or disable any existing versions and install the extension from [here](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?utm_source=ext_sidebar).
1010

1111
<div
@@ -24,6 +24,30 @@ Remove or disable any existing versions and install the extension from [here](ht
2424
</a>
2525
</div>
2626

27+
## Firefox
28+
29+
:::tip Compatibility Note
30+
The v7 version of devtools only supports Vue3. If your application is still using Vue2, please install the [v6 version](https://addons.mozilla.org/addon/vue-js-devtools-v6-legacy).
31+
:::
32+
33+
Remove or disable any existing versions and install the extension from [here](https://addons.mozilla.org/addon/vue-js-devtools).
34+
35+
<div
36+
class="w-83 group cursor-pointer list-none rounded pr-5 hover:b-$vp-c-brand-1"
37+
border="~ solid base" flex="~ flex-row items-center"
38+
>
39+
<a
40+
href="https://addons.mozilla.org/addon/vue-js-devtools"
41+
class="group text-! h-full w-full flex cursor-pointer list-none items-center rounded pr-5 hover:b-$vp-c-brand-1 text-$vp-c-text-1! decoration-none!"
42+
target="_blank"
43+
>
44+
<img src="/features/firefox-logo.svg" alt="Firefox Extension" class="mx-2 h-10">
45+
<p class="group-hover:text-$vp-c-brand-1">
46+
Install on Firefox
47+
</p>
48+
</a>
49+
</div>
50+
2751
## Edge (Arc/Brave)
2852

2953
...and other Chromium-based browsers.

docs/public/features/firefox-logo.svg

Lines changed: 111 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)