Skip to content

Commit

Permalink
style: 去除 console
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Dec 11, 2023
1 parent 99b5519 commit 84d6d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fighting-design/calendar/src/calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
/** 点击当前月份的日期,高亮显示 */
if (target === 'current') {
dates.date = day
console.log(dates)
run(prop.onChangeDate, dates.year, dates.month, dates.date)
}
}
Expand Down

0 comments on commit 84d6d28

Please sign in to comment.