Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AppSidebar/CheckboxItem.vue')
-rw-r--r--src/components/AppSidebar/CheckboxItem.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/AppSidebar/CheckboxItem.vue b/src/components/AppSidebar/CheckboxItem.vue
index 58cfaa2a..7525f0fb 100644
--- a/src/components/AppSidebar/CheckboxItem.vue
+++ b/src/components/AppSidebar/CheckboxItem.vue
@@ -56,6 +56,7 @@ export default {
default: '',
},
},
+ emits: ['set-checked'],
}
</script>