diff --git a/src/pages/en2/loadmore.md b/src/pages/en2/loadmore.md index 326b1c5..d71d472 100644 --- a/src/pages/en2/loadmore.md +++ b/src/pages/en2/loadmore.md @@ -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 | diff --git a/src/pages/zh-cn2/loadmore.md b/src/pages/zh-cn2/loadmore.md index 1dc0a6d..8a432ad 100644 --- a/src/pages/zh-cn2/loadmore.md +++ b/src/pages/zh-cn2/loadmore.md @@ -113,6 +113,7 @@ loadBottom() { |------|-------|---------| | top-status-change | 组件顶部状态发生变化时的回调函数 | 组件顶部的新状态名 | | bottom-status-change | 组件底部状态发生变化时的回调函数 | 组件底部的新状态名 | +| translate-change | 组件顶部下拉高度或底部上拉高度发生变化时的回调函数 | 下拉或上拉的高度 | ## Slot | name | 描述 |