This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user