Skip to content

Commit

Permalink
fix: nuxt3 implementation (#2644)
Browse files Browse the repository at this point in the history
  • Loading branch information
roiLeo committed Jan 11, 2023
1 parent cb80b93 commit 8f6cef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/guide/index.md
Expand Up @@ -44,11 +44,11 @@ npm i -D @vueuse/nuxt @vueuse/core
Nuxt 3
```ts
// nuxt.config.ts
export default {
export default defineNuxtConfig({
modules: [
'@vueuse/nuxt',
],
}
})
```

Nuxt 2
Expand Down

0 comments on commit 8f6cef2

Please sign in to comment.