fix: Removes default slot for right of label (#8936)

This commit is contained in:
Nithin David Thomas 2024-02-14 10:48:54 -08:00 committed by GitHub
parent 7298002da7
commit 678c00f254
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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">