We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541ab06 commit 35a1d5bCopy full SHA for 35a1d5b
groups.md
@@ -41,8 +41,8 @@ would produce (simplified) HTML output something like this:
41
</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.
+You can change the default `fieldset` tag by passing the `tag` property to the `<vue-form-generator />` component in your markup.
45
46
```html
47
<vue-form-generator tag="div" :model="model" :schema="schema" :options="options"></vue-form-generator>
48
-```
+```
0 commit comments