mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
also loads the stundenplan data when the component is created
This commit is contained in:
@@ -83,6 +83,9 @@ const app = Vue.createApp({
|
||||
});
|
||||
},
|
||||
},
|
||||
created(){
|
||||
this.loadEvents();
|
||||
},
|
||||
template:/*html*/`
|
||||
<h2>Stundenplan</h2>
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user