This commit is contained in:
2019-02-22 22:25:14 +00:00
parent 2a85a773dc
commit 4ce7d392e6
3 changed files with 44 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ import lt from "../api/locale";
import _ from "../utils/libs/lodash.js";
export default {
data() {
return { logText: "" };
return { logText: "", blah: 2 };
},
beforeRouteEnter(to, from, next) {
lt.fetch(["Log"]).then(() => {