diff --git a/components/lib/image/Image.d.ts b/components/lib/image/Image.d.ts index d7d86740ec..7565272e9b 100644 --- a/components/lib/image/Image.d.ts +++ b/components/lib/image/Image.d.ts @@ -186,7 +186,7 @@ export interface ImageProps { imageClass?: any; /** * Custom indicator icon. - * @deprecated since v3.27.0. Use 'indicator' slot. + * @deprecated since v3.27.0. Use 'indicatoricon' slot. */ indicatorIcon?: string; /** @@ -223,7 +223,7 @@ export interface ImageSlots { /** * Custom indicator template. */ - indicator(): VNode[]; + indicatoricon(): VNode[]; /** * Custom refresh template. */