Skip to content

Commit

Permalink
hint
Browse files Browse the repository at this point in the history
Missing ";" from 280. row
  • Loading branch information
hansi90 committed Oct 4, 2017
1 parent e637c60 commit a8f09ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formGenerator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ div.vue-form-generator(v-if='schema != null')
if (isFunction(field.hint))
return field.hint.call(this, this.model, field, this);
return field.hint
return field.hint;
},
buttonClickHandler(btn, field, event) {
Expand Down

0 comments on commit a8f09ae

Please sign in to comment.