Skip to content

Commit

Permalink
fix(nuxt): disable useImage in the Nuxt package for auto imports (#2602)
Browse files Browse the repository at this point in the history
  • Loading branch information
wheatjs committed Jan 3, 2023
1 parent 0e4d0f1 commit d3d1db3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxt/index.ts
Expand Up @@ -14,6 +14,7 @@ const disabledFunctions = [
'useHead',
'useTitle',
'useStorage',
'useImage',
]

const packages = [
Expand Down

0 comments on commit d3d1db3

Please sign in to comment.