This commit is contained in:
2021-06-18 22:50:55 +00:00
parent f9cf70b264
commit b468761f9a
2 changed files with 127 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,13 +1,17 @@
<template> <template>
<UnderConstruction data-cy="underconstruction" /> <div>
<Sign data-cy="sign" />
<UnderConstruction data-cy="underconstruction" />
</div>
</template> </template>
<script> <script>
import UnderConstruction from "../components/underconstruction.vue"; import UnderConstruction from "../components/underconstruction.vue";
import Sign from "../components/sign.vue";
export default { export default {
components: { components: {
UnderConstruction UnderConstruction,
Sign
}, },
beforeCreate() { beforeCreate() {
window.$gz.eventBus.$emit("menu-change", { window.$gz.eventBus.$emit("menu-change", {