[new feature] ImagePreview: add asyncClose prop (#2198)

This commit is contained in:
neverland
2018-12-01 09:35:34 +08:00
committed by GitHub
parent 1b1e5caa19
commit 00fe13d800
6 changed files with 44 additions and 14 deletions

View File

@@ -9,6 +9,7 @@ const defaultConfig = {
loop: true,
value: true,
showIndex: true,
asyncClose: false,
startPosition: 0,
showIndicators: false
};