Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b217a03

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎docs/help/faq.md

Copy file name to clipboardExpand all lines: docs/help/faq.md
+1-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.