diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index fb8d4520e..81a9eab4f 100644 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -902,7 +902,6 @@ export default { this.onDateSelect(dateMeta); this.$emit('today-click', date); - this.onTodayClick.emit(event); event.preventDefault(); }, onClearButtonClick(event) {