docs(changelog): 2.5.9-beta.0

This commit is contained in:
chenjiahan
2020-03-29 07:20:08 +08:00
parent af92dd14b8
commit 80837e9a91
10 changed files with 38 additions and 8 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ export default {
| vertical | Whether to be vertical Scrolling | *boolean* | `false` |
| touchable | Whether to allow swipe by touch gesture | *boolean* | `true` |
| stop-propagation `v2.1.0` | Whether to stop touchmove event propagation | *boolean* | `false` |
| lazy-render `v2.6.0` | Whether to enable lazy render | *boolean* | `false` |
| lazy-render `v2.5.8` | Whether to enable lazy render | *boolean* | `false` |
| indicator-color | Indicator color | *string* | `#1989fa` |
### Swipe Events
+1 -1
View File
@@ -176,7 +176,7 @@ export default {
| vertical | 是否为纵向滚动 | *boolean* | `false` |
| touchable | 是否可以通过手势滑动 | *boolean* | `true` |
| stop-propagation `v2.2.13` | 是否阻止滑动事件冒泡 | *boolean* | `true` |
| lazy-render `v2.6.0` | 是否延迟渲染未展示的轮播 | *boolean* | `false` |
| lazy-render `v2.5.8` | 是否延迟渲染未展示的轮播 | *boolean* | `false` |
| indicator-color | 指示器颜色 | *string* | `#1989fa` |
### Swipe Events