for example, the assignment is as follows:
var div = self.$refs["dialog-wrap"].$refs["wrap"];
this.$nextTick(() => {
div.scrollTop = div.scrollHeight
console.log("scrollHeight", div.scrollHeight)
console.log("scrollTop", div.scrollTop)
})
console.log comes out like this, the assignment is invalid, and the dialog box scrolls, but not completely to the bottom: