1. 動態載入資料需要重新整理滾動區域this.$nexttick(() => )
2. 滾動區域上的事件, 需要在註冊滾動的時候, 新增 click: true
mounted() )
},3. 預設 y軸 滾動,需要x軸滾動, 新增 scrollx: true
4. 上拉載入功能, 註冊時需要申明, pullupload: 可以為true 或者如下, 滾動觸發距離
this.betterscroll2 = new betterscroll('#scrollcontainer2',
})5. 滾動載入完成需要呼叫 一下方法 , 告訴例項, 已經載入完成了
this.betterscroll2.finishpullup()
vue使用 better scroll的引數和方法
probetype 3 scroll.on scroll pos 滾動到某個位置,x,y 代表座標,time 表示動畫時間,easing 表示緩動函式 scroll.scrollto 0,500 滾動到某個元素,el 必填 表示 dom 元素,time 表示動畫時間,offsetx 和 offset...
better scroll的引數和方法
example probetype 3 scroll.on scroll pos 滾動到某個位置,x,y 代表座標,time 表示動畫時間,easing 表示緩動函式 scroll.scrollto 0,500 滾動到某個元素,el 必填 表示 dom 元素,time 表示動畫時間,offsetx ...
better scroll無法滾動的問題
better scrooll的github位址 better scroll文件 一 dom層級關係 content content.div div classifytitle ref ss div for item,index in classifydata.products router link...