diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 0e71c85d8..604c34e6c 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -689,7 +689,7 @@ export default { this.currentMonth++; } - this.$emit('month-change', {month: this.currentMonth , year: this.currentYear}); + this.$emit('month-change', {month: this.currentMonth + 1, year: this.currentYear}); } }, decrementYear() {