Commit 472ac43
fix: vue/nuxt devtool component inspector (#10527)
### Description
The latest version of Vue / Nuxt devtool requires `LAUNCH_EDITOR` env
var to open the selected element in an editor.
### Testing Instructions
In any Nuxt / Vue application with devtool enabled, simply run the `dev`
script through `turbo` and try using the component inspector.
E.g.: you can try `pnpm run dev` in this [monorepo
starter](https://github.com/NamesMT/starter-monorepo) that have the
latest Nuxt ready.
Co-authored-by: Anthony Shew <anthony.shew@vercel.com>1 parent 5cf39f2 commit 472ac43
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
151 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
152 | 156 | | |
153 | 157 | | |
154 | 158 | | |
| |||
0 commit comments