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>
<UnderConstruction data-cy="underconstruction" />
<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
UnderConstruction,
Sign
},
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {