mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(Field): add van-field__error class when error (#9327)
This commit is contained in:
parent
624d05f749
commit
65067262e0
@ -560,6 +560,7 @@ export default defineComponent({
|
|||||||
size={props.size}
|
size={props.size}
|
||||||
icon={props.leftIcon}
|
icon={props.leftIcon}
|
||||||
class={bem({
|
class={bem({
|
||||||
|
error: showError.value,
|
||||||
disabled,
|
disabled,
|
||||||
[`label-${labelAlign}`]: labelAlign,
|
[`label-${labelAlign}`]: labelAlign,
|
||||||
})}
|
})}
|
||||||
|
@ -183,7 +183,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="van-cell-group van-cell-group--inset">
|
<div class="van-cell-group van-cell-group--inset">
|
||||||
<div class="van-cell van-field">
|
<div class="van-cell van-field van-field--error">
|
||||||
<div class="van-cell__title van-field__label van-field__label--required">
|
<div class="van-cell__title van-field__label van-field__label--required">
|
||||||
<span>
|
<span>
|
||||||
Username
|
Username
|
||||||
|
Loading…
x
Reference in New Issue
Block a user