This commit is contained in:
@@ -84,7 +84,6 @@
|
||||
<script>
|
||||
/* eslint-disable */
|
||||
|
||||
//import _ from "../utils/libs/lodash.js";
|
||||
export default {
|
||||
beforeCreate() {
|
||||
//Cache all required lt keys
|
||||
|
||||
@@ -12,14 +12,10 @@
|
||||
import _ from "../utils/libs/lodash.js";
|
||||
export default {
|
||||
created() {
|
||||
var that = this;
|
||||
// debugger;
|
||||
this.$gzlocale
|
||||
.fetch(["Log"])
|
||||
.then(function() {
|
||||
that.ready = true;
|
||||
})
|
||||
.catch(function(err) {
|
||||
.then(() => (this.ready = true))
|
||||
.catch(err => {
|
||||
throw err;
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user