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>
|
<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", {
|
||||||
|
|||||||
Reference in New Issue
Block a user