This commit is contained in:
2019-11-06 18:38:41 +00:00
parent 8bac5bca4a
commit 990cd4c2ac
11 changed files with 451 additions and 477 deletions

View File

@@ -8,13 +8,6 @@ import HelloWorld from "../components/HelloWorld";
export default {
components: {
HelloWorld
},
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-home",
title: window.$gz.locale.get("Home")
});
}
};
</script>