bugfix in overview
This commit is contained in:
parent
2d68ad6a2b
commit
f598516ed0
@ -123,8 +123,8 @@
|
|||||||
|
|
||||||
async created() {
|
async created() {
|
||||||
console.log("created(): " + this.caches);
|
console.log("created(): " + this.caches);
|
||||||
// this.$store.commit('auth/SET_AUTHENTICATED');
|
this.$store.commit('auth/SET_AUTHENTICATED');
|
||||||
// this.$store.commit('auth/SET_USER');
|
this.$store.commit('auth/SET_USER');
|
||||||
await this.fetchAllCaches();
|
await this.fetchAllCaches();
|
||||||
this.render = await this.fetchMyCaches();
|
this.render = await this.fetchMyCaches();
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user