Skip to content

Commit

Permalink
fix(nuxt): disable auto import for integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 29, 2022
1 parent 5b0e247 commit 0a43b8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nuxt/index.ts
Expand Up @@ -25,7 +25,6 @@ const packages = [
'rxjs',
'sound',
'math',
'integrations',
]

const fullPackages = packages.map(p => `@vueuse/${p}`)
Expand Down

0 comments on commit 0a43b8e

Please sign in to comment.