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/vue/components | |
| parent | 02705fea8f97a09f73f8077da759169d515b7c25 (diff) | |
wiptic-5353
Diffstat (limited to 'resources/vue/components')
| -rw-r--r-- | resources/vue/components/RawHtmlMount.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
