diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-18 16:42:45 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-18 16:42:45 +0100 |
| commit | e1036338cd7bfa9b7222e1106fe549cdeee34682 (patch) | |
| tree | 74792602ec6c35dd6376da8fab87c0a3d6caa781 /templates/vue-app.php | |
| parent | c724f59e5ef1af25dde949bc50e996a4dbf2b943 (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.php | 1 |
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> |
