We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd60db commit a017cbbCopy full SHA for a017cbb
README.md
@@ -43,7 +43,7 @@ Vue.component(VScroller.name, VScroller)
43
2. preload-bottom:触发 bottom 的距离(px),默认`50`
44
3. throttle: 事件派发的频率,默认`0`不限流,如果设置为 < 0,则不派发事件
45
4. tag:指定容器的元素,默认是`div`
46
-5. event-step:事件触发的步长(px),大于这个步长才会 emit`top`, *第一次*的`refresh` 事件
+5. event-step:事件触发的步长(px),大于这个步长才会 emit`top`和**第一次**的`refresh` 事件
47
48
## Events
49
1. `void` @scroll-down:正在向下滚动
0 commit comments