Skip to content

Commit

Permalink
fix(VCalendar): display name on all-day events in event slot
Browse files Browse the repository at this point in the history
fixes #15915
  • Loading branch information
KaelWD committed Oct 17, 2022
1 parent c62415d commit 30b7281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export default CalendarBase.extend({
}
}

return name
return this.$createElement('span', { staticClass: 'v-event-summary' }, [name])
}

const scope = {
Expand Down

0 comments on commit 30b7281

Please sign in to comment.