This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Description
Hi,
I make a select with different option values.
Any value of the select has a different config options for the fullcalendar and different events to show.
My problems are:
- When I change through the select values events change but fullcalendar config not.
- When I change to the empty value of the select and then select a value option, then the config of the fullcalendar works but events duplicate each time.
How can I make it work?
Here is an example in codesandbox.
https://codesandbox.io/s/vue-fullcalendar-select-cqw0s
Thanks!!