We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23ad5d3 + a93f968 commit 78c0ff8Copy full SHA for 78c0ff8
src/components/FunctionalCalendar.vue
@@ -1494,12 +1494,14 @@ export default {
1494
let date = currentCalendar.date
1495
currentCalendar.date = new Date(year, date.getMonth() + 1, 0)
1496
currentCalendar.key += hUniqueID()
1497
+ this.$emit('changedYear', currentCalendar.date)
1498
})
1499
} else {
1500
let currentCalendar = this.listCalendars[calendarKey]
1501
1502
1503
1504
1505
}
1506
this.updateCalendar()
1507
},
0 commit comments