This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
<template>
|
||||
<UnderConstruction />
|
||||
<div>
|
||||
todo: check licenseStatus and show appropriate UI status 5==revoked, sb dire
|
||||
warning and link to contact And I guess in every status the ability to
|
||||
trigger fetch in case they pay up
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import UnderConstruction from "../components/underconstruction.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
UnderConstruction
|
||||
},
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
|
||||
Reference in New Issue
Block a user