c-admin-methods¶
Renders in a Vuetify v-expansion-panels a c-admin-method for each method on a ViewModel or ListViewModel.
Examples¶
<c-admin-methods :model="person" auto-reload-model />
<c-admin-methods :model="personList" auto-reload-model />
Props¶
model: ViewModel | ListViewModel
- An ViewModel or ListViewModel whose methods should each render as a c-admin-method.
autoReloadModel?: boolean = false
- True if the
model
should have its$load
invoked after a successful invocation of any method.