提交 ff58c67c 编写于 作者: Y yyuanche

针对SwiperDisplayMode废弃行为的变更

Signed-off-by: Nyyuanche <yuancheng25@huawei.com>
上级 ec800639
......@@ -56,6 +56,8 @@ Swiper(controller?: SwiperController)
| ----------- | ------------------------------------------ |
| Stretch<sup>(deprecated)</sup> | Swiper滑动一页的宽度为Swiper组件自身的宽度。<br>从API verdion 10开始不再维护,建议使用STRETCH代替。|
| AutoLinear<sup>(deprecated)</sup> | Swiper滑动一页的宽度为子组件宽度中的最大值。<br>从API verdion 10开始不再维护,建议使用AUTO_LINEAR代替。|
| STRETCH<sup>10+</sup> | Swiper滑动一页的宽度为Swiper组件自身的宽度。|
| AUTO_LINEAR<sup>10+</sup> | Swiper滑动一页的宽度为子组件宽度中的最大值。|
## SwiperController
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册