摘要:
<mt-loadmore :bottom-method="loadBottom" :bottom-all-loaded="allLoaded" @bottom-status-change="handleBotChange" ref="loadmore"> /*html*/ </mt-loadmore 阅读全文
摘要:
vue mint-ui框架 在使用mt-loadmore时 滚动到底部,报错如下: 大概意思呢就是:一个有设置cancelable=false的touchmove事件和其他某个滚动的操作冲突了。 解决方法: 在滚动的标签外层 添加 touch-action: none 样式,即在mt-loadmor 阅读全文