fix(Calendar): should not emit scale event when scale not changed (#7975)

* fix(Calendar): should not emit scale event when scale not changed

* chore: update
This commit is contained in:
neverland
2021-01-23 16:28:36 +08:00
committed by GitHub
parent 598fd4a464
commit 93298ec3b7
3 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ export default {
| --- | --- | --- | --- |
| images | 需要预览的图片 URL 数组 | _string[]_ | `[]` |
| start-position | 图片预览起始位置索引 | _number \| string_ | `0` |
| swipe-duration | 动画时长,单位为 ms | _number \| string_ | `500` |
| swipe-duration | 动画时长,单位为 ms | _number \| string_ | `300` |
| show-index | 是否显示页码 | _boolean_ | `true` |
| show-indicators | 是否显示轮播指示器 | _boolean_ | `false` |
| loop | 是否开启循环播放 | _boolean_ | `true` |