We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9febec7 commit d735c6dCopy full SHA for d735c6d
apps/client/src/components/Checklist.vue
@@ -3,7 +3,7 @@
3
<PassthroughComponent
4
:is="itemsWrapper"
5
v-bind="wrapperProps"
6
- v-on="wrapperEvents"
+ v-on="wrapperEvents ?? {}"
7
>
8
<slot
9
v-if="itemIds.length === 0"
0 commit comments