[new feature] ImagePreview: add lazyLoad prop (#2569)

This commit is contained in:
neverland
2019-01-20 13:35:15 +08:00
committed by GitHub
parent e45780dccc
commit 8bc8e99f74
6 changed files with 26 additions and 25 deletions
+1
View File
@@ -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 回调参数