Skip to content

Commit 9428daa

Browse files
committed
docs(slide): remove iOS doc
1 parent 2ca38b7 commit 9428daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/components/docs/zh-CN/slide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
| autoPlay | 是否自动播放 | Boolean | true/false | true |
186186
| interval | 播放间隔 | Number | - | 4000 |
187187
| direction | 轮播方向 | String | horizontal/vertical | horizontal |
188-
| options<sup>1.9.0</sup> | better-scroll 配置项,具体请参考[BS 官方文档](https://ustbhuangyi.github.io/better-scroll/doc/zh-hans/options.html) | Object | - | {<br> momentum: false,<br> click: true,<br> observeDOM: false<br>} <br>`注意`:从`1.12.37`版本开始,因修复[BS](https://ustbhuangyi.github.io/better-scroll/doc/zh-hans/options.html)在`iOS13.4`版本的滚动问题,`useTransition`在iOS版本>=13.4时默认为`fasle`<br>具体请参考[#978](https://github.com/ustbhuangyi/better-scroll/issues/978) |
188+
| options<sup>1.9.0</sup> | better-scroll 配置项,具体请参考[BS 官方文档](https://ustbhuangyi.github.io/better-scroll/doc/zh-hans/options.html) | Object | - | {<br> momentum: false,<br> click: true,<br> observeDOM: false<br>} |
189189
| threshold | 切换页面的滑动阈值 | Number | (0, 1) | 0.3 |
190190
| speed | 切换页面的速度 | Number | - | 400 |
191191
| allowVertical | 是否允许竖向滚动。`即将废弃`,推荐使用 `options` 属性 | Boolean | true/false | false |

0 commit comments

Comments
 (0)