vue scrollToButton - qingqinggit/- GitHub Wiki

this.$nextTick(()=>{ that.$refs.scrollList.scrollTop =that.$refs.historyList.clientHeight - that.$refs.scrollList.clientHeight })


` this.$nextTick(() => { var container = this.$el.querySelector(".dialogue-page"); container.scrollTop = container.scrollHeight; // console.log('滚动到底部') })

`