This commit is contained in:
lesion 2022-08-09 14:56:12 +02:00
parent b0d486abe0
commit 9c82b54e68
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

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