Browse Source

docs: image fear add version (#27291)

pull/27300/head
Tom Xu 4 years ago
committed by GitHub
parent
commit
5e1665d028
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/image/index.en-US.md
  2. 2
      components/image/index.zh-CN.md

2
components/image/index.en-US.md

@ -31,7 +31,7 @@ Previewable image.
{ {
visible?: boolean; visible?: boolean;
onVisibleChange?: (visible, prevVisible) => void; onVisibleChange?: (visible, prevVisible) => void;
getContainer?: string | HTMLElement | (() => HTMLElement); getContainer?: string | HTMLElement | (() => HTMLElement); // V4.8.0
} }
``` ```

2
components/image/index.zh-CN.md

@ -32,7 +32,7 @@ cover: https://gw.alipayobjects.com/zos/antfincdn/D1dXz9PZqa/image.svg
{ {
visible?: boolean; visible?: boolean;
onVisibleChange?: (visible, prevVisible) => void; onVisibleChange?: (visible, prevVisible) => void;
getContainer: string | HTMLElement | (() => HTMLElement); getContainer: string | HTMLElement | (() => HTMLElement); // V4.8.0
} }
``` ```

Loading…
Cancel
Save