This commit is contained in:
2018-11-16 20:35:46 +00:00
parent be65201f69
commit 2974353b95
2 changed files with 16 additions and 2 deletions

View File

@@ -15,8 +15,8 @@ export default {
data() {
return {};
},
beforeMount() {
lt.fetch(["Log"]);
async Created() {
await lt.fetch(["Log"]);
},
mounted() {},
methods: {