Skip to content

Commit

Permalink
fixed single-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul0813 committed Dec 10, 2018
1 parent 3306893 commit dfee175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default {
},
// Get type of button, default to 'button'
getButtonType(btn) {
return objGet(btn, 'type', 'button');
return objGet(btn, "type", "button");
},
// Child field executed validation
onFieldValidated(res, errors, field) {
Expand Down

0 comments on commit dfee175

Please sign in to comment.