Skip to content

Add the model arg to load() to load model

To load an async schema with an initial data model, use the new prototype load(schema[, model]). The default value of model is the initial model defined with the v-model directive.

This closes #139 (closed)

Merge request reports

Loading