This commit is contained in:
20
ayanova/src/views/customize.vue
Normal file
20
ayanova/src/views/customize.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<UnderConstruction />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import UnderConstruction from "../components/underconstruction.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
UnderConstruction
|
||||
},
|
||||
beforeCreate() {
|
||||
this.$gzevent.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "sliders-h",
|
||||
title: this.$gzlocale.get("Customize")
|
||||
});
|
||||
}
|
||||
};
|
||||
</script>
|
||||
@@ -563,6 +563,7 @@ function generateMenu(vm) {
|
||||
icon: "fa-splotch",
|
||||
title: vm.$gzlocale.get("Widget"),
|
||||
helpUrl: "intro/#searching",
|
||||
formData: { formKey: FORM_KEY, ayaType: vm.$gztype.Widget },
|
||||
menuItems: []
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user