use fhcApps for LVVerwaltung

This commit is contained in:
chfhtw
2025-10-08 14:45:12 +02:00
parent 842dabc1e7
commit d2f21ba4e6
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -17,8 +17,8 @@
'public/css/Lvverwaltung.css'
],
'customJSModules' => [
'public/js/apps/LVVerwaltung.js'
'fhcApps' => [
'LVVerwaltung'
]
);
+4
View File
@@ -89,8 +89,12 @@ const router = VueRouter.createRouter({
]
});
FhcApps.router.makeExtendable(router);
const app = Vue.createApp();
FhcApps.makeExtendable(app);
app
.use(router)
.use(primevue.config.default, {