vue-fullcalendar icon indicating copy to clipboard operation
vue-fullcalendar copied to clipboard

[bug] moreClick事件发射失败!

Open allen0228 opened this issue 7 years ago • 0 comments

看了看源码 在FullCalendar.vue文件中: emitMoreClick (day, events, jsEvent) { this.$emit('moreClick', day, event, jsEvent) } this.$emit('moreClick', day, event, jsEvent) 应该为 this.$emit('moreClick', day, events, jsEvent)

allen0228 avatar Aug 11 '17 13:08 allen0228