HUGE REFACTOR / CLEANUP
if there is a issue it's probably something in here that was changed
This commit is contained in:
@@ -12,12 +12,10 @@
|
||||
</v-col>
|
||||
</v-row>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
/* Xeslint-disable */
|
||||
export default {
|
||||
async created() {
|
||||
let vm = this;
|
||||
const vm = this;
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: false,
|
||||
icon: "$ayiInfoCircle",
|
||||
@@ -26,7 +24,6 @@ export default {
|
||||
|
||||
menuItems: []
|
||||
});
|
||||
|
||||
let outText = "";
|
||||
vm.$store.state.logArray.forEach(function appendLogItem(value) {
|
||||
outText += value + "\n";
|
||||
|
||||
Reference in New Issue
Block a user