fixed a missed emit
parent
d09ecc6765
commit
3f5262ba82
|
@ -689,7 +689,7 @@ export default {
|
||||||
this.currentMonth++;
|
this.currentMonth++;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.$emit('month-change', {month: this.currentMonth , year: this.currentYear});
|
this.$emit('month-change', {month: this.currentMonth + 1, year: this.currentYear});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
decrementYear() {
|
decrementYear() {
|
||||||
|
|
Loading…
Reference in New Issue