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 />
|
<slot />
|
||||||
|
|
||||||
<div class="after" />
|
<div class="after">
|
||||||
<slot name="after" />
|
<slot name="after" />
|
||||||
|
</div>
|
||||||
</button>
|
</button>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue