From 1ed33ec7faa441b09504f65451d16731cf12c47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=8F=E3=83=B3=20/=20Han?= Date: Tue, 31 May 2022 21:26:32 +0900 Subject: [PATCH] fix(nuxt): add `useStorage` to disabled composables (#1652) --- packages/nuxt/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nuxt/index.ts b/packages/nuxt/index.ts index 705f79050df..ce6c1f5c061 100644 --- a/packages/nuxt/index.ts +++ b/packages/nuxt/index.ts @@ -12,6 +12,7 @@ const disabledFunctions = [ 'useCookie', 'useHead', 'useTitle', + 'useStorage', ] const packages = [