Skip to content

Commit

Permalink
fix(VCalendar): no event rendering without default slot (#11090) (#11131
Browse files Browse the repository at this point in the history
)

fixes #11090
  • Loading branch information
ClickerMonkey committed Apr 20, 2020
1 parent 4f9ea6b commit e949427
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export default CalendarBase.extend({
},
getScopedSlots () {
if (this.noEvents) {
return this.$scopedSlots
return { ...this.$scopedSlots }
}

const mode = this.eventModeFunction(
Expand Down

0 comments on commit e949427

Please sign in to comment.