fix(ui): correct placement of #after content (popup menu)
This commit is contained in:
parent
09fbd822c3
commit
5efa7f2ab8
|
@ -45,8 +45,9 @@ emit('internal:id', id)
|
|||
>
|
||||
<slot />
|
||||
|
||||
<div class="after" />
|
||||
<slot name="after" />
|
||||
<div class="after">
|
||||
<slot name="after" />
|
||||
</div>
|
||||
</button>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue