Skip to content

Commit b2de331

Browse files
committed
docs: edge install
1 parent da62def commit b2de331

File tree

4 files changed

+29
-6
lines changed

4 files changed

+29
-6
lines changed
122 KB
Loading
34.2 KB
Loading

packages/docs/src/components/InstallButtons.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ const buttons: Button[] = [
2121
href: 'https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/',
2222
external: true,
2323
},
24-
// {
25-
// label: 'Install on Edge',
26-
// logo: '/logo-edge.png',
27-
// href: '',
28-
// external: true,
29-
// },
24+
{
25+
label: 'Install on Edge',
26+
logo: '/logo-edge.png',
27+
href: 'https://microsoftedge.microsoft.com/addons/detail/vuejs-devtools/olofadcdnkkjdfgjcmjaadnlehnnihnl',
28+
external: true,
29+
},
3030
{
3131
label: 'Standalone app',
3232
logo: '/logo-electron.svg',

packages/docs/src/guide/installation.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,29 @@ If you need to use the devtools in incognito mode, you need to change the extens
8686
![Firefox Settings 3](../assets/firefox-settings3.png)
8787

8888

89+
## Edge
90+
91+
Install the extension on the Edge Store:
92+
93+
<InstallButton
94+
label="Install on Edge"
95+
logo="/logo-edge.png"
96+
href="https://microsoftedge.microsoft.com/addons/detail/vuejs-devtools/olofadcdnkkjdfgjcmjaadnlehnnihnl"
97+
external
98+
/>
99+
100+
### Settings
101+
102+
If you need to use the devtools in InPrivate mode or when you open an HTML file directly, you need to change the extension settings.
103+
104+
1. Go to the extension page:
105+
106+
![Edge settings 1](../assets/edge-settings1.png)
107+
108+
2. Make sure the relevant settings are set:
109+
110+
![Edge settings 2](../assets/edge-settings2.png)
111+
89112
## Standalone
90113

91114
In case you are using an unsupported browser, or if you have other specific needs (for example your application is in Electron), you can use the standalone application.

0 commit comments

Comments
 (0)