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