fix(Stundenplan): readds the loadEvents and deletes the template error

This commit is contained in:
SimonGschnell
2024-11-14 11:15:02 +01:00
parent f159d6e2a7
commit 681fb18222
+1 -1
View File
@@ -105,6 +105,7 @@ const app = Vue.createApp({
},
created()
{
this.loadEvents();
this.getLvID()
},
//TODO: Stundenplan phrase
@@ -136,7 +137,6 @@ const app = Vue.createApp({
</div>
</div>
</template>
<template
</fhc-calendar>
`
});