From e78e4818e0e97a93afec1d057b8935c798b2fe62 Mon Sep 17 00:00:00 2001 From: wheatjs Date: Mon, 2 Jan 2023 16:39:10 -0500 Subject: [PATCH] fix: disable useImage in the Nuxt package for auto imports --- packages/nuxt/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nuxt/index.ts b/packages/nuxt/index.ts index 7c40a411652..03c43f8e398 100644 --- a/packages/nuxt/index.ts +++ b/packages/nuxt/index.ts @@ -14,6 +14,7 @@ const disabledFunctions = [ 'useHead', 'useTitle', 'useStorage', + 'useImage', ] const packages = [