This commit is contained in:
@@ -127,7 +127,7 @@ export default {
|
||||
]);
|
||||
},
|
||||
created() {
|
||||
this.$store.commit("setNonContextAppBar");
|
||||
this.$store.commit("setAppBarMainState");
|
||||
this.clientInfo.version = aboutInfo.version;
|
||||
this.$gzapi
|
||||
.get("ServerInfo")
|
||||
|
||||
@@ -10,7 +10,7 @@ export default {
|
||||
HelloWorld
|
||||
},
|
||||
created() {
|
||||
this.$store.commit("setNonContextAppBar");
|
||||
this.$store.commit("setAppBarMainState");
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -172,7 +172,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.$store.commit("setContextAppBar", {
|
||||
isContextual: true
|
||||
isMain: false
|
||||
});
|
||||
this.getDataFromApi();
|
||||
},
|
||||
|
||||
@@ -48,7 +48,7 @@ export default {
|
||||
});
|
||||
},
|
||||
created() {
|
||||
this.$store.commit("setNonContextAppBar");
|
||||
this.$store.commit("setAppBarMainState");
|
||||
},
|
||||
components: {
|
||||
WidgetList,
|
||||
|
||||
@@ -65,7 +65,7 @@ export default {
|
||||
};
|
||||
},
|
||||
created() {
|
||||
this.$store.commit("setNonContextAppBar");
|
||||
this.$store.commit("setAppBarMainState");
|
||||
},
|
||||
methods: {
|
||||
login() {
|
||||
|
||||
Reference in New Issue
Block a user