We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15bd1c commit c530472Copy full SHA for c530472
README.md
@@ -87,10 +87,11 @@ It provides an option which that controls the enable state.
87
```ts
88
89
import { defineConfig } from "vite"
90
+import Vue from "@vitejs/plugin-vue"
91
import Inspector from "vite-plugin-vue-inspector"
92
93
export default defineConfig({
- plugins: [Inspector({ enabled: false })],
94
+ plugins: [Vue(), Inspector({ enabled: false })],
95
})
96
```
97
0 commit comments