🐛 Fixed build + refactored all js files

This commit is contained in:
Liyas Thomas
2019-11-27 06:54:32 +05:30
parent dcf1966719
commit 36568d5720
6 changed files with 87 additions and 89 deletions

View File

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