You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/browser-extension.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,20 @@ The v7 version of devtools only supports Vue3. If your application is still usin
6
6
7
7
## Chrome
8
8
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?utm_source=ext_sidebar).
9
+
Remove or disable any existing versions and install the extension from [here](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?utm_source=ext_sidebar).
10
10
11
11
<div
12
12
class="w-83 group cursor-pointer list-none rounded pr-5 hover:b-$vp-c-brand-1"
@@ -28,24 +28,24 @@ The extension is in beta, remove or disable any existing versions and install th
28
28
29
29
...and other Chromium-based browsers.
30
30
31
-
This is the same as the Chrome extension, but you need to install it from the Chrome Web Store. You can install it from [here](https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg?utm_source=ext_sidebar).
31
+
This is the same as the Chrome extension, but you need to install it from the Chrome Web Store. You can install it from [here](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?utm_source=ext_sidebar).
32
32
33
33
<div
34
34
class="w-123 group cursor-pointer list-none rounded pr-5 hover:b-$vp-c-brand-1"
0 commit comments