diff --git a/src/components/voteboard/voteCardList.vue b/src/components/voteboard/voteCardList.vue index 71fa5b6..e338213 100644 --- a/src/components/voteboard/voteCardList.vue +++ b/src/components/voteboard/voteCardList.vue @@ -24,7 +24,7 @@ const props = defineProps({ }, }); -const emit = defineEmits(['addContents','checkedNames','endVoteId','voteEnded','voteDelete']); +const emit = defineEmits(['addContents','checkedNames','endVoteId','voteEnded','voteDelete','randomList']); const addContents = (itemList ,voteId) =>{ emit('addContents',itemList ,voteId); }