Skip to content

Commit c530472

Browse files
committed
docs: readme
1 parent c15bd1c commit c530472

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,11 @@ It provides an option which that controls the enable state.
8787
```ts
8888

8989
import { defineConfig } from "vite"
90+
import Vue from "@vitejs/plugin-vue"
9091
import Inspector from "vite-plugin-vue-inspector"
9192

9293
export default defineConfig({
93-
plugins: [Inspector({ enabled: false })],
94+
plugins: [Vue(), Inspector({ enabled: false })],
9495
})
9596
```
9697

0 commit comments

Comments
 (0)