Skip to content

Commit b4dc972

Browse files
committed
remove tag from groups
1 parent caa4124 commit b4dc972

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
@@ -17,7 +17,7 @@ div.vue-form-generator(v-if='schema != null')
1717
span(v-for='(error, index) in fieldErrors(field)', track-by='index') {{ error }}
1818

1919
template(v-for='group in groups')
20-
fieldset(:is='tag')
20+
fieldset
2121
legend(v-if='group.legend') {{ group.legend }}
2222
template(v-for='field in group.fields')
2323
.form-group(v-if='fieldVisible(field)', :class='getFieldRowClasses(field)')

0 commit comments

Comments
 (0)