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/getting-started/open-in-editor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Starting from **v7.2.0**, you can specify the editor by `launchEditor` option:
12
12
13
13
This is a list of [supported editors](https://github.com/yyx990803/launch-editor?tab=readme-ov-file#supported-editors), please ensure that the editor's environment variables are correctly configured beforehand.
Copy file name to clipboardExpand all lines: docs/help/faq.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Starting from **v7.2.0**, you can specify the editor by `launchEditor` option:
10
10
11
11
This is a list of [supported editors](https://github.com/yyx990803/launch-editor?tab=readme-ov-file#supported-editors), please ensure that the editor's environment variables are correctly configured beforehand.
12
12
13
-
```ts
13
+
```ts [vite.config.ts]
14
14
importVueDevToolsfrom'vite-plugin-vue-devtools'
15
15
16
16
exportdefaultdefineConfig({
@@ -25,7 +25,7 @@ export default defineConfig({
25
25
26
26
## How to work with Laravel Vite Plugin?
27
27
28
-
```ts
28
+
```ts [vite.config.ts]
29
29
importlaravelfrom'laravel-vite-plugin'
30
30
import { defineConfig } from'vite'
31
31
importVueDevToolsfrom'vite-plugin-vue-devtools'
@@ -48,9 +48,7 @@ export default defineConfig({
48
48
We still recommend using [Nuxt DevTools](https://github.com/nuxt/devtools) for a better development experience.
0 commit comments