Only show progress slot element if a template is provided

This commit is contained in:
Johannes Zellner
2025-03-10 12:01:33 +01:00
parent 174846f110
commit 15a27e234c

View File

@@ -6,7 +6,7 @@
<div class="settings-item-body">
<slot></slot>
</div>
<div class="setting-item-bottom">
<div class="setting-item-bottom" v-if="$slots.bottom">
<slot name="bottom"></slot>
</div>
</div>