Skip to content

Commit

Permalink
Merge pull request #4 from edimitchel/patch-1
Browse files Browse the repository at this point in the history
docs: fix typo on nuxt usage
  • Loading branch information
zhiyuanzmj authored Aug 28, 2024
2 parents 3b38db6 + 3ae0ec9 commit 4363374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module.exports = {
```ts
// nuxt.config.js
export default defineNuxtConfig({
modules: [['unplugin-vue-jsx-vapor/nuxt']],
modules: ['unplugin-vue-jsx-vapor/nuxt'],
})
```

Expand Down

0 comments on commit 4363374

Please sign in to comment.