There was an error while loading. Please reload this page.
useImage
1 parent 4bee435 commit 4865ccbCopy full SHA for 4865ccb
1 file changed
src/runtime/components/_base.ts
@@ -1,6 +1,7 @@
1
import { computed } from 'vue'
2
import type { ExtractPropTypes } from 'vue'
3
import { parseSize } from '../utils'
4
+import { useImage } from '#imports'
5
6
export const baseImageProps = {
7
// input source
0 commit comments