mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 07:22:17 +00:00
fix(Stundenplan): readds the loadEvents and deletes the template error
This commit is contained in:
@@ -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>
|
||||
`
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user