diff --git a/document/components/docs/en-US/slide.md b/document/components/docs/en-US/slide.md index bff1162532bd5bcad03f573ff7c23e758f83f4f6..177c3d8c3775b8f1c63e6680005b09effa1fbd58 100644 --- a/document/components/docs/en-US/slide.md +++ b/document/components/docs/en-US/slide.md @@ -178,7 +178,7 @@ | threshold | sliding threshold of switching pages | Number | (0, 1) | 0.3 | | speed | speed of switching pages | Number | - | 400 | | allowVertical | whether to allow vertical scrolling | Boolean | true/false | false | - +| direction | slide direction | String | horizontal/vertical | horizontal | ### Slot | Name | Description | Scope Parameters | diff --git a/document/components/docs/zh-CN/slide.md b/document/components/docs/zh-CN/slide.md index 8adcdcf83ee0cb28a682d132a388a5fe8ba14f28..35e7d42d3933bb993ef5c9702202b6104fb6b711 100644 --- a/document/components/docs/zh-CN/slide.md +++ b/document/components/docs/zh-CN/slide.md @@ -162,6 +162,7 @@ | threshold | 切换页面的滑动阈值 | Number | (0, 1) | 0.3 | | speed | 切换页面的速度 | Number | - | 400 | | allowVertical | 是否允许竖向滚动 | Boolean | true/false | false | +| direction | 轮播方向 | String | horizontal/vertical | horizontal | ### 插槽