update(Fhc.js): installs font contrast directive in the global app

This commit is contained in:
SimonGschnell
2025-01-28 13:13:02 +01:00
parent 8991ab86a5
commit 9a3221e88e
+2
View File
@@ -1,6 +1,7 @@
import FhcDashboard from '../../components/Dashboard/Dashboard.js';
import FhcApi from '../../plugin/FhcApi.js';
import Phrasen from '../../plugin/Phrasen.js';
import contrast from '../../directives/contrast.js';
import {setScrollbarWidth} from "../../helpers/CssVarCalcHelpers";
import Stundenplan from "../../components/Cis/Stundenplan/Stundenplan";
import MylvStudent from "../../components/Cis/Mylv/Student";
@@ -119,4 +120,5 @@ app.use(primevue.config.default, {
}
})
app.use(Phrasen);
app.directive('contrast', contrast);
app.mount('#fhccontent');