aboutsummaryrefslogtreecommitdiff
path: root/templates/vue-app.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2026-03-18 16:42:45 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2026-03-18 16:42:45 +0100
commite1036338cd7bfa9b7222e1106fe549cdeee34682 (patch)
tree74792602ec6c35dd6376da8fab87c0a3d6caa781 /templates/vue-app.php
parentc724f59e5ef1af25dde949bc50e996a4dbf2b943 (diff)
studygroup proposals is now a vue app that loads the proposals via json api, fixes #6377
Diffstat (limited to 'templates/vue-app.php')
-rw-r--r--templates/vue-app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/vue-app.php b/templates/vue-app.php
index 7df6a01..271ed63 100644
--- a/templates/vue-app.php
+++ b/templates/vue-app.php
@@ -15,4 +15,5 @@ $data = [
?>
<div data-vue-app>
<script type="application/json"><?= json_encode($data) ?></script>
+ <?= $placeholder ?? '' ?>
</div>