diff --git a/docs/stacks/vue/layers/viewmodels.md b/docs/stacks/vue/layers/viewmodels.md index f418d4e33..3ff72e1cb 100644 --- a/docs/stacks/vue/layers/viewmodels.md +++ b/docs/stacks/vue/layers/viewmodels.md @@ -319,9 +319,18 @@ The following members can be found on the generated ListViewModels, exported fro -Collection holding the results of the last successful invocation of the `$load` [API Caller](/stacks/vue/layers/api-clients.md#api-callers). +Collection holding the ViewModel instances from the last successful invocation of the `$load` [API Caller](/stacks/vue/layers/api-clients.md#api-callers). + + +Collection holding plain Model instances from the last successful invocation of the `$load` [API Caller](/stacks/vue/layers/api-clients.md#api-callers). + + + + +When model-only mode is enabled, `$items` will not be populated with ViewModel instances. Result can instead be read from `$modelItems`. This mode allows much better performance when loading large quantities of data, especially in read-only contexts where the features of ViewModel instances aren't needed. + ### Parameters & API Callers diff --git a/src/coalesce-vue-vuetify3/src/components/admin/c-admin-audit-log-page.vue b/src/coalesce-vue-vuetify3/src/components/admin/c-admin-audit-log-page.vue index 28abbb82d..e25b4fe31 100644 --- a/src/coalesce-vue-vuetify3/src/components/admin/c-admin-audit-log-page.vue +++ b/src/coalesce-vue-vuetify3/src/components/admin/c-admin-audit-log-page.vue @@ -108,10 +108,7 @@ - +

                 
@@ -179,7 +176,7 @@
                       
                       
                         {{ propMeta.displayName }}:
@@ -253,7 +250,7 @@