[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
@@ -9,6 +9,7 @@ const defaultConfig = {
loop: true,
value: true,
className: '',
lazyLoad: false,
showIndex: true,
asyncClose: false,
startPosition: 0,