[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
@@ -60,6 +60,7 @@ setTimeout(() => {
| onClose | Close callback | `Function` | - |
| asyncClose | Whether to enable async close | `Boolean` | `false` |
| className | Custom className | `String | Array | Object` | - |
| lazyLoad | Whether to enable thumb lazy loadshould register [Lazyload](#/en-US/lazyload) component | `Boolean` | `false` |
### onClose Parematers