Skip to content

Commit a8f09ae

Browse files
committed
hint
Missing ";" from 280. row
1 parent e637c60 commit a8f09ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formGenerator.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ div.vue-form-generator(v-if='schema != null')
280280
if (isFunction(field.hint))
281281
return field.hint.call(this, this.model, field, this);
282282
283-
return field.hint
283+
return field.hint;
284284
},
285285
286286
buttonClickHandler(btn, field, event) {

0 commit comments

Comments
 (0)