fix(Raum_information Calendar): passt die RaumInformations Seite auf die Aenderungen des Calenders an

This commit is contained in:
SimonGschnell
2024-11-20 10:35:51 +01:00
parent d2466b032a
commit 3896aa73ea
2 changed files with 83 additions and 42 deletions
+1 -2
View File
@@ -8,7 +8,6 @@ const app = Vue.createApp({
name: 'StundenplanApp',
data() {
return {
stunden: [],
lv_id: null,
events: null,
calendarDate: new CalendarDate(new Date()),
@@ -106,7 +105,7 @@ const app = Vue.createApp({
created()
{
this.loadEvents();
this.getLvID()
this.getLvID();
},
//TODO: Stundenplan phrase
template:/*html*/`