Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

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

Open
edsel77 opened this issue Sep 2, 2020 · 1 comment
Open

Comments

@edsel77
Copy link

edsel77 commented Sep 2, 2020

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
Copy link

yarn add vue-full-calendar@2.7.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants