fix: Removes default slot for right of label (#8936)
This commit is contained in:
committed by
GitHub
parent
7298002da7
commit
678c00f254
@@ -9,9 +9,7 @@
|
|||||||
<slot name="label">
|
<slot name="label">
|
||||||
{{ label }}
|
{{ label }}
|
||||||
</slot>
|
</slot>
|
||||||
<slot name="rightOfLabel">
|
<slot name="rightOfLabel" />
|
||||||
{{ label }}
|
|
||||||
</slot>
|
|
||||||
</label>
|
</label>
|
||||||
<div class="w-full">
|
<div class="w-full">
|
||||||
<div class="flex items-center relative w-full">
|
<div class="flex items-center relative w-full">
|
||||||
|
|||||||
Reference in New Issue
Block a user