This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
<template>
|
||||
<div>
|
||||
<span>{{log()}}</span>
|
||||
</div>
|
||||
<div>
|
||||
<span>{{log()}}</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
/* xeslint-disable */
|
||||
|
||||
import logger from "../utils/logit";
|
||||
//import lt from "../api/locale";
|
||||
//import store from "../store";
|
||||
import store from "../store";
|
||||
export default {
|
||||
data() {
|
||||
return {};
|
||||
@@ -18,7 +17,7 @@ export default {
|
||||
mounted() {},
|
||||
methods: {
|
||||
log: function() {
|
||||
logger.getLogText();
|
||||
return store.state.logArray;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user