This commit is contained in:
120
ayanova/src/components/sign.vue
Normal file
120
ayanova/src/components/sign.vue
Normal file
File diff suppressed because one or more lines are too long
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user