From 896ca99bdc01b94bc645510a713e1dff1f155f35 Mon Sep 17 00:00:00 2001 From: khj0414 Date: Thu, 27 Feb 2025 15:44:30 +0900 Subject: [PATCH] =?UTF-8?q?randomList=20emit=20=EC=98=A4=EB=A5=98=EB=A5=98?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/voteboard/voteCardList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }