用了addListener和@scroll均不能触发该事件, addListener报的错请问这是什么原因?
1 回答
业余奶茶品鉴师
TA贡献260条经验 获得超388个赞
<div style="width:200px;height:40px;overflow:auto;" ref="scroll" @scroll="loadmore"> <p>即将上线,敬请期待,即将上线,敬请期待,即将上线,敬请期待,即将上线,敬请期待,即将上线,敬请期待</p> </div>
第一种 loadmore () { console.log(1111) }
第二种 this.$refs.scroll.addEventListener('scroll', function () { console.log(123) })
我的代码可以触发loadmore事件,问题应该还是处在html上,你绑定的位置不对
添加回答
举报
0/150
提交
取消