Skip to content

Commit d735c6d

Browse files
committed
fix(pages): fix checklist warning
1 parent 9febec7 commit d735c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/components/Checklist.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PassthroughComponent
44
:is="itemsWrapper"
55
v-bind="wrapperProps"
6-
v-on="wrapperEvents"
6+
v-on="wrapperEvents ?? {}"
77
>
88
<slot
99
v-if="itemIds.length === 0"

0 commit comments

Comments
 (0)