很小的功能,记录一下

mounted() {
	window.addEventListener('scroll', this.handleScroll, true)
},
methods: {
	handleScroll: function() {
      	console.log(document.documentElement.scrollTop || document.body.scrollTop)
    }
}
Logo

前往低代码交流专区

更多推荐