Please see in fiddle http://jsfiddle.net/NifrasBcs/cwjfuzee/142/
var message =new Vue({
el: '#message',
data: {
messages:{},
message:'',
},
created: function() {
this.getMessages();
},
});
While clicks on "LOAD OLDER MESSAGES", The scroll bar not getting update.
Even when i call explicitly $('#scroller').mCustomScrollbar('update')
on console, it's not getting update.
Can anyone fix it?
Advanced Thanks