Made month-chage event consistent
parent
7a38d05b7a
commit
d09ecc6765
|
@ -664,7 +664,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});
|
||||
}
|
||||
},
|
||||
navForward(event) {
|
||||
|
|
Loading…
Reference in New Issue