We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3306893 commit dfee175Copy full SHA for dfee175
src/formGroup.vue
@@ -83,7 +83,7 @@ export default {
83
},
84
// Get type of button, default to 'button'
85
getButtonType(btn) {
86
- return objGet(btn, 'type', 'button');
+ return objGet(btn, "type", "button");
87
88
// Child field executed validation
89
onFieldValidated(res, errors, field) {
0 commit comments