From 23f39170da27fe5eadc8e939735e6fe69dac5ea2 Mon Sep 17 00:00:00 2001 From: khj0414 Date: Tue, 11 Mar 2025 10:29:42 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=ED=8A=BC=EC=88=98=EC=A0=95=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/voteboard/voteCard.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/voteboard/voteCard.vue b/src/components/voteboard/voteCard.vue index 734477f..e0055f5 100644 --- a/src/components/voteboard/voteCard.vue +++ b/src/components/voteboard/voteCard.vue @@ -105,7 +105,6 @@ voteEndDate.setDate(voteEndDate.getDate() + 1); const isVoteEnded = computed(() => { return currentDate > voteEndDate; }); - const emit = defineEmits(['addContents','checkedNames','endVoteId','voteEnded','randomList','voteDelete','updateVote']); onMounted(() => { if (isVoteEnded.value && !props.data.localVote.LOCVOTDDT) {