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
@@ -312,7 +312,7 @@ test('should allow to format value with formatter prop', () => {
expect(wrapper.emitted('update:modelValue')[1][0]).toEqual('efg');
});
test('should trigger format after bluring when format-trigger prop is blur', async () => {
test('should trigger format after blurring when format-trigger prop is blur', async () => {
const wrapper = mount(Field, {
props: {
modelValue: 'abc123',