beforeDestroy(){
console.log("scrollTop-",this.$refs.main.scroller.scrollTop)
},
the scroll bar height of ref cannot be obtained in the beforeDestroy cycle. In created, I can use a timer to get it. To find a solution, or to monitor the scroll bar height of ref, ask everyone who has encountered it to solve
.