버튼수정정

This commit is contained in:
khj0414 2025-03-11 10:29:42 +09:00
parent 0aad1516b7
commit 23f39170da

View File

@ -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) {