Footer hinzugefügt, alles für den ersten Test-Build fertig gemacht

This commit is contained in:
R40fendt
2025-04-05 22:21:17 +02:00
parent df0b91cc2b
commit 6687352a7e
10 changed files with 109 additions and 92 deletions

View File

@@ -8,6 +8,7 @@
<div class="modal">
<div class="modal-content">
<button class="closeBtn" @click="$emit('closemodal')">x</button>
<slot></slot>
<span v-html="content"></span>
</div>
</div>