This commit is contained in:
@@ -9,8 +9,12 @@ export default {
|
||||
components: {
|
||||
HelloWorld
|
||||
},
|
||||
created() {
|
||||
this.$store.commit("setAppBarMainState");
|
||||
beforeCreate() {
|
||||
this.$store.commit("setAppBar", {
|
||||
isMain: true,
|
||||
icon: "fa-home",
|
||||
title: this.$gzlocale.get("Home")
|
||||
});
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user