aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de>2025-04-09 12:58:33 +0000
committerMarcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de>2025-04-09 12:58:33 +0000
commit251fdf728130d26abaac55d3835db8d26e05cb40 (patch)
tree650c689dfcab6eaa1163e731c7025038c3dd5a00 /lib
parentb13144adb8c3b498674efcebd0f70e88d24b77dc (diff)
Externalize vue using `externalsType: 'global'`.
Closes #5446 Merge request studip/studip!4115
Diffstat (limited to 'lib')
-rw-r--r--lib/classes/PageLayout.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/classes/PageLayout.php b/lib/classes/PageLayout.php
index ed5e1ae..ec17d13 100644
--- a/lib/classes/PageLayout.php
+++ b/lib/classes/PageLayout.php
@@ -134,6 +134,9 @@ class PageLayout
'title' => _('Hilfe zur Textformatierung')
]);
+ self::addScript('vue.global.prod.js?v=' . $v);
+ self::addScript('vuex.global.prod.js?v=' . $v);
+
self::addStylesheet('studip-base.css?v=' . $v, ['media' => 'screen']);
self::addScript('studip-base.js?v=' . $v);
self::addScript('studip-wysiwyg.js?v=' . $v);