use fhcApps for Cis/Documents

This commit is contained in:
chfhtw
2025-10-09 08:46:09 +02:00
parent 3c3e920573
commit 0309c04ae0
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
$includesArray = array(
'title' => 'Documents',
'tabulator5' => true,
'customJSModules' => ['public/js/apps/Cis/Documents.js']
'fhcApps' => ['Cis/Documents']
);
$this->load->view('templates/CISVUE-Header', $includesArray);
+2
View File
@@ -87,6 +87,8 @@ const app = Vue.createApp({
}
});
FhcApps.makeExtendable(app);
setScrollbarWidth();
app.use(PluginsPhrasen);