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 | ListViewModelThe ViewModel to render an editor for.
props?: string[]
props?: string[]An array of property names to include. If provided, only these properties will be shown. If omitted, all non-hidden properties will be shown.