chore: prettier source code

This commit is contained in:
chenjiahan
2020-04-02 15:36:02 +08:00
parent 340c56b3b5
commit 2fb5cca49a
93 changed files with 272 additions and 283 deletions
+2 -2
View File
@@ -151,7 +151,7 @@ test('bind value', () => {
value: '',
},
listeners: {
'update:value': value => {
'update:value': (value) => {
wrapper.setProps({ value });
},
},
@@ -176,7 +176,7 @@ test('maxlength', () => {
},
listeners: {
input: onInput,
'update:value': value => {
'update:value': (value) => {
wrapper.setProps({ value });
},
},