Skip to content

Commit dfee175

Browse files
committed
fixed single-quotes
1 parent 3306893 commit dfee175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formGroup.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default {
8383
},
8484
// Get type of button, default to 'button'
8585
getButtonType(btn) {
86-
return objGet(btn, 'type', 'button');
86+
return objGet(btn, "type", "button");
8787
},
8888
// Child field executed validation
8989
onFieldValidated(res, errors, field) {

0 commit comments

Comments
 (0)