在需要的地方调用 可以监听
scrollBottom()
this.$nextTick(function() {
let div = document.getElementById('dialogue_box');
div.scrollTop = div.scrollHeight;
})
},
在需要的地方调用 可以监听
scrollBottom()
this.$nextTick(function() {
let div = document.getElementById('dialogue_box');
div.scrollTop = div.scrollHeight;
})
},
本文标题:Vue保持滚动条在最底部
本文链接:https://www.haomeiwen.com/subject/twenqctx.html
网友评论