mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-05 11:19:14 +02:00
fix:#24 removed asyncComponent for subcomponent
This commit is contained in:
@@ -1,12 +1,9 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { defineAsyncComponent } from "vue";
|
|
||||||
import moduleStore from "../store/moduleStore";
|
import moduleStore from "../store/moduleStore";
|
||||||
import router from "../router";
|
import router from "../router";
|
||||||
|
import AdditionalModuleTable from "../components/AdditionalModuleTable.vue";
|
||||||
|
|
||||||
const store = moduleStore();
|
const store = moduleStore();
|
||||||
const AdditionalModuleTable = defineAsyncComponent(
|
|
||||||
() => import("../components/AdditionalModuleTable.vue"),
|
|
||||||
);
|
|
||||||
|
|
||||||
async function nextStep() {
|
async function nextStep() {
|
||||||
await router.push("/rename-modules");
|
await router.push("/rename-modules");
|
||||||
|
Reference in New Issue
Block a user