feat(Field): add van-field__error class when error (#9327)

This commit is contained in:
neverland 2021-08-25 10:17:17 +08:00 committed by GitHub
parent 624d05f749
commit 65067262e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -560,6 +560,7 @@ export default defineComponent({
size={props.size}
icon={props.leftIcon}
class={bem({
error: showError.value,
disabled,
[`label-${labelAlign}`]: labelAlign,
})}

View File

@ -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