This commit is contained in:
07akioni 2022-09-01 01:29:20 +08:00
parent 6313f69fa8
commit 12178654b2

View File

@ -49,6 +49,7 @@ export const avatarProps = {
fallbackSrc: String,
intersectionObserverOptions: Object as PropType<IntersectionObserverOptions>,
lazy: Boolean,
onLoad: Function as PropType<(e: Event) => void>,
/** @deprecated */
color: String
} as const