stundenplan modal for LVs and making calendar header sticky

This commit is contained in:
SimonGschnell
2024-05-24 11:17:06 +02:00
parent 234ec03db9
commit 16f90604b6
5 changed files with 47 additions and 9 deletions
+2
View File
@@ -1,4 +1,5 @@
import FhcCalendar from "../../components/Calendar/Calendar.js";
import Phrasen from "../../plugin/Phrasen.js";
const app = Vue.createApp({
components: {
@@ -50,4 +51,5 @@ const app = Vue.createApp({
}
});
app.config.unwrapInjectedRef = true;
app.use(Phrasen);
app.mount('#content');