This commit is contained in:
lesion
2022-08-09 14:56:12 +02:00
parent b0d486abe0
commit 9c82b54e68

View File

@@ -42,7 +42,7 @@ export default {
}, },
methods: { methods: {
updatePage (page) { updatePage (page) {
this.$emit('monthchange', page) this.$emit('monthchange', page)
}, },
click (day) { click (day) {
this.$emit('dayclick', day) this.$emit('dayclick', day)