话不多说,直接上代码
mounted: function() {
window.addEventListener('scroll',this.rollingheight,true)
},
methods: {
rollingheight:function(e){
console.log(window.pageYOffset)
},
},
话不多说,直接上代码
mounted: function() {
window.addEventListener('scroll',this.rollingheight,true)
},
methods: {
rollingheight:function(e){
console.log(window.pageYOffset)
},
},
本文标题:vue中原生js获取滚动条高度
本文链接:https://www.haomeiwen.com/subject/vvfscktx.html
网友评论