This commit is contained in:
2020-10-08 19:16:36 +00:00
parent c3b5a360f7
commit 724d652682
3 changed files with 11 additions and 6 deletions

View File

@@ -22,9 +22,7 @@ export default {
});
let outText = "";
window.$gz._.forEach(vm.$store.state.logArray, function appendLogItem(
value
) {
vm.$store.state.logArray.forEach(function appendLogItem(value) {
outText += value + "\n";
});
this.logText = outText;