Skip to content

Commit a44a5b5

Browse files
committed
added detail about using tag property to modify fieldset element
1 parent cc2589a commit a44a5b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

groups.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,10 @@ would produce (simplified) HTML output something like this:
3939
<label>Age</label>
4040
<input type="number" />
4141
</fieldset>
42+
```
43+
44+
You can change the default `fieldset` tag by passing the `tag` property to the `<vue-form-genator />` component in your markup.
45+
46+
```html
47+
<vue-form-generator tag="div" :model="model" :schema="schema" :options="options"></vue-form-generator>
4248
```

0 commit comments

Comments
 (0)