摘要: 前言 在做移动端的避免不了 下拉刷新,上拉加载 直接上代码吧,哈哈 组件里: 1 <template lang="html"> 2 <div class="yo-scroll" 3 :class="{'down':(state 0),'up':(state==1),refresh:(state 2) 阅读全文
posted @ 2019-03-18 18:12 -鹿- 阅读(2794) 评论(0) 推荐(0)