Skip to content

Commit 4865ccb

Browse files
committed
fix: add explicit import for useImage
resolves #889
1 parent 4bee435 commit 4865ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/components/_base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { computed } from 'vue'
22
import type { ExtractPropTypes } from 'vue'
33
import { parseSize } from '../utils'
4+
import { useImage } from '#imports'
45

56
export const baseImageProps = {
67
// input source

0 commit comments

Comments
 (0)