This commit is contained in:
2018-11-16 00:59:10 +00:00
parent f5724f40cb
commit 869322032e
3 changed files with 16 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
<script>
/* xeslint-disable */
//import logger from "../utils/logit";
import logger from "../utils/logit";
//import lt from "../api/locale";
//import store from "../store";
export default {
@@ -18,7 +18,7 @@ export default {
mounted() {},
methods: {
log: function() {
return this.$store.state.logBuffer;
logger.getLogText();
}
}
};