mint-ui / mint-loadmore

A two-direction mobile load-more component for vue.js
MIT License
315 stars 102 forks source link

动态加载数据后不能上拉 #19

Closed mowenjin closed 7 years ago

mowenjin commented 7 years ago

参照DEMO的示例,用FOR循环PUSH进去可以出现上拉效果,但是用AJAX请求回来的数据,PUSH进去之后,缺不能触发上拉效果?为什么呢?

Leopoldthecoder commented 7 years ago

请提供代码

mowenjin commented 7 years ago

已经解决,在loadmore上加标签:auto-fill="false"即可