also loads the stundenplan data when the component is created

This commit is contained in:
SimonGschnell
2024-09-18 13:52:49 +02:00
parent f7b3af4939
commit 5877411db8
+3
View File
@@ -83,6 +83,9 @@ const app = Vue.createApp({
});
},
},
created(){
this.loadEvents();
},
template:/*html*/`
<h2>Stundenplan</h2>
<hr>