Made month-chage event consistent

pull/2708/head
James Laidlaw 2022-06-22 09:25:51 -06:00 committed by GitHub
parent 7a38d05b7a
commit d09ecc6765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {