chore: fix blurred typo (#8916)

This commit is contained in:
neverland
2021-06-23 17:08:32 +08:00
committed by GitHub
parent e3b7411185
commit dc8f190733
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { Field } from '../../field';
import { mountForm } from './shared';
import { later } from '../../../test';
test('should not reset validation after blured when validate-trigger is onChange', async () => {
test('should not reset validation after blurred when validate-trigger is onChange', async () => {
const validator = (val: string) => val.length > 4;
const wrapper = mountForm({
data() {