use fhcApps for CIS

This commit is contained in:
chfhtw
2025-10-09 10:57:51 +02:00
parent 70c230edce
commit 601c4367dc
3 changed files with 9 additions and 6 deletions
@@ -5,9 +5,9 @@ $includesArray = array(
'bootstrap5' => true,
'fontawesome6' => true,
'axios027' => true,
'customJSModules' => array_merge([
'public/js/apps/Cis.js'
], $customJSModules ?? []),
'fhcApps' => array_merge([
'Cis'
], $fhcApps ?? []),
'customCSSs' => array_merge([
'public/css/Cis4/Cis.css'
], $customCSSs ?? [])
@@ -7,9 +7,9 @@ $includesArray = array(
'fontawesome6' => true,
'axios027' => true,
'primevue3' => true,
'customJSModules' => array_merge([
'public/js/apps/Cis.js'
], $customJSModules ?? []),
'fhcApps' => array_merge([
'Cis'
], $fhcApps ?? []),
'customCSSs' => array_merge([
'public/css/Cis4/Cis.css',
$this->config->item('theme_css'),
+3
View File
@@ -142,6 +142,9 @@ const app = Vue.createApp({
}
}
});
FhcApps.makeExtendable(app);
app.use(primevue.config.default, {
zIndex: {
overlay: 9000,