diff --git a/components/lib/calendar/Calendar.vue b/components/lib/calendar/Calendar.vue index ae06dd71bf..9f459c24a5 100755 --- a/components/lib/calendar/Calendar.vue +++ b/components/lib/calendar/Calendar.vue @@ -205,7 +205,9 @@ context: { date, today: date.today, - otherMonth: date.otherMonth + otherMonth: date.otherMonth, + selected: isSelected(date), + disabled: !date.selectable } }) " @@ -225,6 +227,8 @@ ptm('dayLabel', { context: { date, + today: date.today, + otherMonth: date.otherMonth, selected: isSelected(date), disabled: !date.selectable }