🐛 fix: bug fixed
This commit is contained in:
parent
fff3f5e647
commit
8071f3565c
|
@ -70,7 +70,7 @@ const labelState = computed(() => {
|
|||
v-if="props.labelVisible"
|
||||
:for="props.id"
|
||||
:label="props.label"
|
||||
:required="!props.disabled"
|
||||
:required="!props.disabled && props.required"
|
||||
:disabled="props.disabled"
|
||||
:type="labelState"
|
||||
:hint="props.hint"
|
||||
|
|
Loading…
Reference in New Issue
Block a user