Skip to content

Commit b217a03

Browse files
docs: use @wxt-dev/module-vue instead of @vitejs/plugin-vue in faq [ci skip] (#552)
1 parent a130a99 commit b217a03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/help/faq.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,12 @@ export default defineConfig({
8585
```ts
8686
// wxt.config.ts
8787
import { defineConfig } from 'wxt'
88-
import vue from '@vitejs/plugin-vue'
8988
import devtools from 'vite-plugin-vue-devtools'
9089

9190
export default defineConfig({
91+
modules: ['@wxt-dev/module-vue'],
9292
vite: () => ({
9393
plugins: [
94-
vue(),
9594
devtools({
9695
// your app entrypoint (wherever you call createApp())
9796
appendTo: '/entrypoints/popup/main.ts',

0 commit comments

Comments
 (0)