V
V
VueJS Generators
GitHub
NPM
JSFiddle
CodePen
Search…
1.0.0
Getting Started
Installation
Usage
Component
Schema
Model
Options
Events
Fields
Groups
Validation
Powered By
GitBook
Component
1
<
vue-form-generator
:schema
=
"
schema
"
:model
=
"
model
"
:options
=
"
formOptions
"
>
</
vue-form-generator
>
Copied!
Properties
Property
Type
Default
Description
schema
Object
none
The schema object with fields
model
Object
none
The model/target JSON object
options
Object
Object
Options for the VueFormComponent
multiple
Boolean
false
If true, we only show
multi: true
fields
isNewModel
Boolean
false
If true, we won't run validation after load
tag
String
"fieldset"
Change the main HTML element wrapper for Fields and Groups
Events
Property
Type
Default
Description
validated
[...args]
none
Fired when the form has finished validating
model-updated
]...args]
none
Fired when the model has been updated
Previous
Styling
Next
Schema
Last modified
3yr ago
Copy link
Contents
Properties
Events