버튼수정정
This commit is contained in:
parent
0aad1516b7
commit
23f39170da
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user