antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.23k stars 234 forks source link

allDay events are filtered out if using #event slot #515

Open BenHeath0 opened 1 year ago

BenHeath0 commented 1 year ago

Right now i have a list of 3 events, where 1 has allDay: true. If I use the #event slot, then the allDay event never renders. If i remove allDay: true from the event then it shows up like its supposed to.

shibisuriya commented 1 year ago

Unable to replicate this bug, have added three events, one of the event is set to allday: true, renders fine. image

Template -> image

Data -> image