diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-08-19 13:54:44 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-08-20 10:08:24 +0200 |
| commit | 80cc3acbbc9613aaa8e2fef50f44ecc14a146e96 (patch) | |
| tree | b0a0c799f9d67944a9fd9d3fd84a7be78f07d625 /resources | |
| parent | 02705fea8f97a09f73f8077da759169d515b7c25 (diff) | |
wiptic-5353
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/vue/apps/AdminCourses.vue | 14 | ||||
| -rw-r--r-- | resources/vue/components/RawHtmlMount.vue | 2 |
2 files changed, 1 insertions, 15 deletions
diff --git a/resources/vue/apps/AdminCourses.vue b/resources/vue/apps/AdminCourses.vue index 7bf7eda..c37f7a8 100644 --- a/resources/vue/apps/AdminCourses.vue +++ b/resources/vue/apps/AdminCourses.vue @@ -131,20 +131,6 @@ <button @click.prevent="showSlider = false" class="as-link"> <studip-icon shape="decline"></studip-icon> </button> - - <!-- <ul>--> - <!-- <li v-for="area in actionAreas"--> - <!-- :key="area.id"--> - <!-- :class="{active: area.id == showSlider.area}"--> - <!-- :title="area.label"--> - <!-- >--> - <!-- <button @click.prevent="changeSliderArea(area.id)"--> - <!-- class="as-link"--> - <!-- >--> - <!-- {{ area.label }}--> - <!-- </button>--> - <!-- </li>--> - <!-- </ul>--> </nav> <raw-html-mount :html="sliderContent"></raw-html-mount> </div> diff --git a/resources/vue/components/RawHtmlMount.vue b/resources/vue/components/RawHtmlMount.vue index ef98405..0bd84a9 100644 --- a/resources/vue/components/RawHtmlMount.vue +++ b/resources/vue/components/RawHtmlMount.vue @@ -1,5 +1,5 @@ <template> - <div ref="mount"></div> + <template ref="mount"></template> </template> <script setup> import {nextTick, ref, watch} from "vue"; |
