Skip to content

Commit fb63dff

Browse files
committed
docs: update browser extension usage
1 parent 41fbb2f commit fb63dff

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

docs/guide/browser-extension.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
# Browser Extension
22

3-
:::tip ⚠️
3+
:::tip Compatibility Note
4+
The v7 version of detools only supports Vue3. If your application is still using Vue2, please install the [v6 version](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?hl=zh-CN&utm_source=ext_sidebar).
5+
:::
46

5-
This feature is still under development.
7+
## Chrome
68

7-
:::
9+
The extension is in beta, remove or disable any existing versions and install the extension from [here](https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg?hl=zh-CN&utm_source=ext_sidebar).
10+
11+
<div
12+
class="w-83 group cursor-pointer list-none rounded pr-5 hover:b-$vp-c-brand-1"
13+
border="~ solid base" flex="~ flex-row items-center"
14+
>
15+
<a
16+
href="https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg?hl=zh-CN&utm_source=ext_sidebar"
17+
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!"
18+
target="_blank"
19+
>
20+
<img src="/features/chrome-logo.svg" alt="Chrome Extension" class="mx-2 h-10">
21+
<p class="group-hover:text-$vp-c-brand-1">
22+
Install Beta version on Chrome
23+
</p>
24+
</a>
25+
</div>
26+
27+
## Firefox
28+
29+
We'll launch on the Firefox App Store once v7.0 is stable.

0 commit comments

Comments
 (0)