0๐
Please try this
window.setInterval(function() {
var element = document.getElementById('msgss');
element.scrollTop = element.scrollHeight;
}, 1000);
- [Vuejs]-Two arrays are synchronous change,Maybe a bug from VUE
- [Vuejs]-Encore Vue.js style compilation wrong folder
Source:stackexchange.com