From 0a43b8e9432ed28e8e9a70a97017ef5a17ce805e Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 30 Jul 2022 00:56:22 +0800 Subject: [PATCH] fix(nuxt): disable auto import for `integrations` --- packages/nuxt/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/nuxt/index.ts b/packages/nuxt/index.ts index fa3ae09f88c..f8785ebe2b8 100644 --- a/packages/nuxt/index.ts +++ b/packages/nuxt/index.ts @@ -25,7 +25,6 @@ const packages = [ 'rxjs', 'sound', 'math', - 'integrations', ] const fullPackages = packages.map(p => `@vueuse/${p}`)