✨ feature: Updated Label component
This commit is contained in:
parent
247ab61454
commit
8b9310b794
|
@ -22,7 +22,6 @@ const props = withDefaults(defineProps<IVLabel>(), {
|
||||||
}]"
|
}]"
|
||||||
:aria-label="props.label"
|
:aria-label="props.label"
|
||||||
:aria-disabled="props.disabled"
|
:aria-disabled="props.disabled"
|
||||||
:aria-required="props.required"
|
|
||||||
>
|
>
|
||||||
{{ props.label }}
|
{{ props.label }}
|
||||||
<slot name="required-type">
|
<slot name="required-type">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user