improved performance of vue modules

This commit is contained in:
Luca Haid
2025-08-04 12:23:33 +02:00
parent 9b4e7e53c8
commit 03258bb1a9
4 changed files with 24 additions and 20 deletions

View File

@@ -39,7 +39,7 @@
window.TT_CONFIG.<?=$key?> = <?=is_array($value) ? json_encode($value) : "'$value'"; ?>;
<?php endforeach; endif;?>
</script>
<script type="text/javascript" src="<?=self::getResourcePath()?>js/jquery.min.js"></script>
<script src="<?= self::getResourcePath() ?>plugins/notification/notify.js" defer></script>
<script src="<?= self::getResourcePath() ?>plugins/bookstack/bookstackIntegration.js" defer></script>