[new feature] ImagePreview: add lazyLoad prop (#2569)
This commit is contained in:
@@ -68,6 +68,7 @@ setTimeout(() => {
|
||||
| onClose | 关闭时的回调函数 | `Function` | - | 1.1.16 |
|
||||
| asyncClose | 是否开启异步关闭 | `Boolean` | `false` | 1.4.8 |
|
||||
| className | 自定义类名 | `String | Array | Object` | - | 1.5.2 |
|
||||
| lazyLoad | 是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用 | `Boolean` | `false` | 1.5.3 |
|
||||
|
||||
### onClose 回调参数
|
||||
|
||||
|
||||
Reference in New Issue
Block a user