You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,8 @@ Available `Prop` :
131
131
| remain | Number | * | The number of item that show in view port.(default `10`) |
132
132
| keep | Boolean | * | Work with `keep-alive` component,keep scroll position after activated.(default `false`) |
133
133
| enabled | Boolean | * | If you want to render all data directly,please set 'false' for this option.But `toTop`、`toBottom` and `scrolling` event is still available.(default `true`) |
134
+
| debounce | Number | * | Milliseconds of using debounce function to ensure scroll event doesn't fire so often.(disabled by default) |
135
+
| step | Number | * | Pixel of using throttle theory to decrease the frequency of scroll event.(disabled by default) |
0 commit comments