♻️ Refactor Functions

This commit is contained in:
athul
2019-11-26 18:19:51 +05:30
parent 2f727b1a1e
commit 3523b5f2c7
6 changed files with 8933 additions and 8 deletions

View File

@@ -432,8 +432,8 @@ export default {
this.sse.close();
}
},
updated: function() {
this.$nextTick(function() {
updated: ()=> {
this.$nextTick(()=> {
const divLog = document.getElementById("log");
divLog.scrollBy(0, divLog.scrollHeight + 100);
});