Skip to content

Commit 4363374

Browse files
authored
Merge pull request #4 from edimitchel/patch-1
docs: fix typo on nuxt usage
2 parents 3b38db6 + 3ae0ec9 commit 4363374

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)