官方的demo这里滑动很流畅,按着官网demo复制的在手机上必须手指拖着才能动,不能滑动:

 

vue中mint-ui的index-list  在手机端滑动问题

 

加入 这段代码就行  

-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;

相关文章: