Record v-infinite-scroll="load" does not trigger the solution when f12 is closed

Record v-infinite-scroll="load" does not trigger workaround when f12 is closed

Go directly to the answer. After reading the source code and finding the problem, I will continue to update. Why should I add this 1

v-infinite-scroll="listLoad" 
:infinite-scroll-disabled="listDisabled" 
infinite-scroll-immediate="false"
infinite-scroll-distance="1" //添加这一句 即可解决

Guess you like

Origin blog.csdn.net/weixin_44255044/article/details/132762623