This commit is contained in:
2021-06-21 18:22:13 +00:00
parent fa82935f6e
commit 6db9e23c86
3 changed files with 66 additions and 37 deletions

View File

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