manual frequencies

This commit is contained in:
itsrubberduck
2026-06-12 10:14:38 +02:00
parent ca86abf799
commit e5cb27d5f1
2 changed files with 116 additions and 1 deletions

View File

@@ -239,7 +239,8 @@ onBeforeUnmount(() => {
<span v-if="opt.sublabel" class="hs-opt-sub">{{ opt.sublabel }}</span>
</slot>
</div>
<p v-if="!options.length" class="hs-empty">Keine Optionen</p>
<p v-if="!options.length && !$slots.footer" class="hs-empty">Keine Optionen</p>
<slot name="footer" :close="closeMenu" />
</div>
</Teleport>
</div>