[improvement] ImagePreview: add loop prop (#2103)

This commit is contained in:
neverland
2018-11-18 10:03:45 +08:00
committed by GitHub
parent 10f0604ad0
commit 0dbf1c5ee2
4 changed files with 11 additions and 3 deletions
+1
View File
@@ -61,4 +61,5 @@ setTimeout(() => {
| startPosition | 图片预览起始位置索引 | `Number` | `0` | 1.1.16 |
| showIndex | 是否显示页码 | `Boolean` | `true` | 1.3.4 |
| showIndicators | 是否显示轮播指示器 | `Boolean` | `false` | 1.3.10 |
| loop | 是否开启循环播放 | `Boolean` | `true` | 1.4.4 |
| onClose | 关闭时的回调函数 | `Function` | - | 1.1.16 |