Skip to content

Commit 3ae0ec9

Browse files
authored
docs: fix typo on nuxt usage
1 parent 3b38db6 commit 3ae0ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ module.exports = {
112112
```ts
113113
// nuxt.config.js
114114
export default defineNuxtConfig({
115-
modules: [['unplugin-vue-jsx-vapor/nuxt']],
115+
modules: ['unplugin-vue-jsx-vapor/nuxt'],
116116
})
117117
```
118118

0 commit comments

Comments
 (0)