This commit is contained in:
2019-12-20 21:13:13 +00:00
parent 64e7af3ac6
commit 1673a38682
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<template>
<UnderConstruction />
</template>
<script>
import UnderConstruction from "../components/underconstruction.vue";
export default {
components: {
UnderConstruction
},
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "dice-d20",
title: window.$gz.locale.get("UnitModels"),
helpUrl: "form-svc-unit-models"
});
}
};
</script>