CroudTech / vue-fullcalendar

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

Problem with a select and v-if in the fullcalendar component #203

Open daniapa opened 5 years ago

daniapa commented 5 years ago

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:

How can I make it work?

Here is an example in codesandbox. https://codesandbox.io/s/vue-fullcalendar-select-cqw0s

Thanks!!