vue-cal
vue-cal copied to clipboard
allDay events are filtered out if using #event slot
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.