Skip to content

Commit

Permalink
doc(scroll-view): update
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyan0205 committed Jan 21, 2019
1 parent c4d7c8b commit 5a38b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/scroll-view/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Vue.component(ScrollView.name, ScrollView)
|bouncing | - | Boolean | `true` | -|
|auto-reflow| automatically reset scroller size when content changes | Boolean | `false` | manually call `reflowScroller` when set to `false` |
|manual-init | manual initialization | Boolean | `false` | generally used for asynchronous initialization scenarios, you need to manually call the `init` method to complete the initialization |
|endReachedThreshold | threshold for emitting `endReached`. | Number | 0 | unit `px` |
|end-reached-threshold | threshold for emitting `endReached`. | Number | 0 | unit `px` |

#### ScrollViewRefresh Props
|Props | Description | Type | Default | Note |
Expand Down
2 changes: 1 addition & 1 deletion components/scroll-view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Vue.component(ScrollView.name, ScrollView)
|bouncing | 可回弹 | Boolean | `true` | -|
|auto-reflow | 内容发生变化时自动重置滚动区域尺寸 | Boolean | `false` | 当设置为`false`时,内容发生变化需手动调用`reflowScroller` |
|manual-init | 手动初始化 | Boolean | `false` | 一般用于异步初始化的场景,需手动调用`init`方法完成初始化 |
|endReachedThreshold | 触发到达底部的提前量 | Number | 0 | 单位`px` |
|end-reached-threshold | 触发到达底部的提前量 | Number | 0 | 单位`px` |

#### ScrollViewRefresh Props
|属性 | 说明 | 类型 | 默认值 | 备注|
Expand Down

0 comments on commit 5a38b1b

Please sign in to comment.