This commit is contained in:
2019-04-15 23:02:12 +00:00
parent 184c06ee5f
commit a831ab3e65
2 changed files with 14 additions and 5 deletions

View File

@@ -172,7 +172,9 @@ export default {
},
created() {
this.$store.commit("setContextAppBar", {
isMain: false
isMain: false,
icon: "fa-splotch",
title: this.$gzlocale.get("Widget")
});
this.getDataFromApi();
},