This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
<template>
|
||||
<UnderConstruction />
|
||||
<h1>CUSTOMIZE: {{ formCustomTemplateKey }}</h1>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import UnderConstruction from "../components/underconstruction.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
UnderConstruction
|
||||
data() {
|
||||
return {
|
||||
formCustomTemplateKey: this.$route.params.formCustomTemplateKey
|
||||
};
|
||||
},
|
||||
components: {},
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
|
||||
Reference in New Issue
Block a user