CroudTech / vue-fullcalendar

FullCalendar Wrapper for vue
MIT License
483 stars 100 forks source link

Event not responding the correct way, it stacks on the second day #223

Open edsel77 opened 4 years ago

edsel77 commented 4 years ago

I have the latest version of the library "vue-full-calendar": "^2.8.0"

Events were placed on the wrong dates

events: [
    {
      title: 'event1',
      start: '2020-09-02',
      allDay: true
    },
    {
      title: 'event2',
      start: '2020-09-03',
      allDay: true
    },
    {
      title: 'event3',
      start: '2020-09-05',
      allDay: true
    },
    {
      title: 'event4',
      start: '2020-09-08',
      allDay: true
    }
  ]

image

shadiaowangyou commented 3 years ago

yarn add vue-full-calendar@2.7.0