finish 1.0
Build / Build-image (push) Successful in 52s

This commit is contained in:
2026-08-11 00:12:55 +02:00
parent dcd75d3bf4
commit 78fa96ea64
6 changed files with 90 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
<template>
<UModal>
<template #content>
<div style="padding: 10%; text-align: center;">
<slot></slot>
</div>
</template>
</UModal>
</template>