minor
This commit is contained in:
parent
b0d486abe0
commit
9c82b54e68
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
updatePage (page) {
|
||||
this.$emit('monthchange', page)
|
||||
this.$emit('monthchange', page)
|
||||
},
|
||||
click (day) {
|
||||
this.$emit('dayclick', day)
|
||||
|
|
Loading…
Reference in a new issue