c-admin-editor
An editor for a single ViewModel instance. Provides a c-input for each property of the model.
Does not automatically enable auto-save - if desired, this must be enabled by the implementor of this component.
<c-admin-editor :model="person" />
model: ViewModel | ListViewModel
- The ViewModel to render an editor for.