General
Rules
The order of the props in the schema determine the order of display in the form
If a schema property exists, then this control is also displayed
If a model property exists without a corresponding schema property, then this control is not displayed and the corresponding model value is ignored.
If an empty object has been declared as a model, then vuetify-form-base attempts to generate a structure of the model using an even deep, nested schema as a template
Last updated