light mdoe fix

This commit is contained in:
itsrubberduck
2026-07-10 07:46:52 +02:00
parent 736e467bf3
commit 080691643d
2 changed files with 51 additions and 22 deletions

View File

@@ -221,6 +221,7 @@ onBeforeUnmount(() => {
:class="[{ 'is-dense': dense }, menuClass]"
:style="menuStyle"
>
<slot name="header" :close="closeMenu" />
<p v-if="title" class="hs-title">{{ title }}</p>
<div
v-for="(opt, i) in options"