Skip to content

Commit c15bd1c

Browse files
committed
docs: readme
1 parent 7b7ebe3 commit c15bd1c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,20 @@ export default defineNuxtConfig({
8080

8181
```
8282

83+
### Options
84+
85+
It provides an option which that controls the enable state.
86+
87+
```ts
88+
89+
import { defineConfig } from "vite"
90+
import Inspector from "vite-plugin-vue-inspector"
91+
92+
export default defineConfig({
93+
plugins: [Inspector({ enabled: false })],
94+
})
95+
```
96+
8397
### [Nuxt3 Usage](https://github.com/webfansplz/vite-plugin-vue-inspector/tree/main/example/nuxt)
8498

8599
```ts

0 commit comments

Comments
 (0)