陶醉芒果

文章
3
资源
0
加入时间
4年1月25天

Vue 让一个东西永远处于最底部

mounted(){ this.$refs.chatMain.scrollTop = this.$refs.chatMain.scrollHeight // 监听window的resize事件 window.onresize = () => { this.$refs.chatMain.scrollTop = this.$refs.chatMain.scrollHeight }}