you can implement
with the browser"s own scroll bar.this.$nextTick(() => {
var div = document.getElementById("message-container")
div.scrollTop = div.scrollHeight
})
but I can"t scroll with el-scrollbar, so it has no effect
<el-scrollbar style="height:100%" id="message-container">