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.
Examples
template
<c-admin-editor :model="person" />
Props
model: ViewModel | ListViewModel
model: ViewModel | ListViewModel
The ViewModel to render an editor for.