Skip to content

Commit 7046eae

Browse files
committed
Add description into README.md for callback function
1 parent 3735292 commit 7046eae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ The distance from the footer of scroll parent that trigger loading function.(Uni
4747

4848
#### on-infinite
4949
The loading function.
50+
51+
Most of the time, you should broadcast `$InfiniteLoading:loaded` event in the loading function after request data completely, if not, the loading animation won't stop and the `InfiniteLoading` component can't continue to request loading function.
5052
```
5153
- type Function
5254
- required false

0 commit comments

Comments
 (0)