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}
|
||||
icon={props.leftIcon}
|
||||
class={bem({
|
||||
error: showError.value,
|
||||
disabled,
|
||||
[`label-${labelAlign}`]: labelAlign,
|
||||
})}
|
||||
|
@ -183,7 +183,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
</div>
|
||||
<div>
|
||||
<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">
|
||||
<span>
|
||||
Username
|
||||
|
Loading…
x
Reference in New Issue
Block a user