Skip to content

Commit

Permalink
docs(swiper): fix word spelling (#5331)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyzclyang authored and luckyadam committed Jan 21, 2020
1 parent 55d4d97 commit 576cae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/viewContainer/swiper.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sidebar_label: Swiper
|skipHiddenItemLayout | Boolean | false | 是否跳过未显示的滑块布局,设为 true 可优化复杂情况下的滑动性能,但会丢失隐藏状态滑块的布局信息 |
|displayMultipleItems | Number | 1 | 同时显示的滑块数量 |
|vertical | Boolean | false | 滑动方向是否为纵向 |
|onAnimationfinish | EventHandle | | 动画结束时会触发 animationfinish 事件 |
|onAnimationFinish | EventHandle | | 动画结束时会触发 animationfinish 事件 |

>各端支持度
Expand All @@ -39,7 +39,7 @@ sidebar_label: Swiper
|skipHiddenItemLayout || | x || | |
|displayMultipleItems || | x || ||
|vertical |||||||
|onAnimationfinish ||||| | |
|onAnimationFinish ||||| | |

###### 示例:
```jsx
Expand Down

0 comments on commit 576cae3

Please sign in to comment.