Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add translate-change event into loadmore.md #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/pages/en2/loadmore.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Upon loaded, `loadmore` will automatically check if it is tall enough to fill it
|------|-------|---------|
| top-status-change | the callback when the component's top status changes | current top status |
| bottom-status-change | the callback when the component's bottom status changes | current bottom status |
| translate-change | the callback when the component's top or bottom pull distance changes | current pull distance |

## Slot
| name | description |
Expand Down
1 change: 1 addition & 0 deletions src/pages/zh-cn2/loadmore.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ loadBottom() {
|------|-------|---------|
| top-status-change | 组件顶部状态发生变化时的回调函数 | 组件顶部的新状态名 |
| bottom-status-change | 组件底部状态发生变化时的回调函数 | 组件底部的新状态名 |
| translate-change | 组件顶部下拉高度或底部上拉高度发生变化时的回调函数 | 下拉或上拉的高度 |

## Slot
| name | 描述 |
Expand Down