fixed js-warnings

- Extraneous non-props attributes
 - duplicate html code
 - html template error
This commit is contained in:
ma0068
2025-07-10 14:27:54 +02:00
parent ec1960e839
commit 179b50c798
3 changed files with 38 additions and 42 deletions
-2
View File
@@ -39,8 +39,6 @@ $configArray = [
<div id="main">
<router-view
stv-root="<?= site_url('Vertragsverwaltung'); ?>"
cis-root="<?= CIS_ROOT; ?>"
:permissions="<?= htmlspecialchars(json_encode($permissions)); ?>"
:config="<?= htmlspecialchars(json_encode($configArray)); ?>"
>