diff --git a/zero.Backoffice.UI/app/components/ui-check-list.vue b/zero.Backoffice.UI/app/components/ui-check-list.vue index 7c32f623..aeb38411 100644 --- a/zero.Backoffice.UI/app/components/ui-check-list.vue +++ b/zero.Backoffice.UI/app/components/ui-check-list.vue @@ -101,6 +101,7 @@ } this.$emit('input', value); + this.$emit('update:value', value); } } } diff --git a/zero.Backoffice.UI/app/editor/ui-editor-page.vue b/zero.Backoffice.UI/app/editor/ui-editor-page.vue index 0a6b2589..4a82cce3 100644 --- a/zero.Backoffice.UI/app/editor/ui-editor-page.vue +++ b/zero.Backoffice.UI/app/editor/ui-editor-page.vue @@ -1,5 +1,5 @@