Pre-upgrade of client plugins
This commit is contained in:
@@ -8,6 +8,13 @@ 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>
|
||||
|
||||
Reference in New Issue
Block a user