mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 01:42:17 +00:00
fix(Raum_information Calendar): passt die RaumInformations Seite auf die Aenderungen des Calenders an
This commit is contained in:
@@ -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*/`
|
||||
|
||||
Reference in New Issue
Block a user