CroudTech / vue-fullcalendar

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

Events being rendered multiple times after navigating away and returning #168

Open vaishali-ghayal opened 6 years ago

vaishali-ghayal commented 6 years ago

I am passing events array and custom config object to calendar component. It's working for first time when I come on calendar but when I go on other route and come back on calendar then events are getting rendered twice anf they are not clickable.

BrockReece commented 6 years ago

Hi @vaishali-ghayal,

Any chance you could replicate this is in a codesandbox and I will investigate?

shanestillwell commented 6 years ago

@BrockReece This simple Vue project shows what @vaishali-ghayal is talking about. Basically a rerender shows the events twice.

https://github.com/shanestillwell/fullcalendar-demo

screen shot 2018-10-18 at 8 57 01 am
vaishali-ghayal commented 6 years ago

@shanestillwell Thanks for this demo.