diff --git a/package.json b/package.json index 8a36d31..328275b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "name": "vue-functional-calendar", "description": "Lightweight, high-performance calendar component based on Vue.js", - "version": "2.7.3", + "version": "2.7.4", "license": "MIT", "repository": { "type": "git", diff --git a/src/components/FunctionalCalendar.vue b/src/components/FunctionalCalendar.vue index 888875b..125a0cd 100644 --- a/src/components/FunctionalCalendar.vue +++ b/src/components/FunctionalCalendar.vue @@ -57,11 +57,10 @@

- {{ calendarItem.month }} - + :class="{'vfc-cursor-pointer vfc-underline':fConfigs.changeMonthFunction, 'vfc-underline-active':showMonthPicker === key+1}"> + {{ calendarItem.month }} + :class="{'vfc-cursor-pointer vfc-underline':fConfigs.changeYearFunction, 'vfc-underline-active':showYearPicker === key+1}"> {{ calendarItem.year }}