Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /