This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user