CroudTech / vue-fullcalendar

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

Open popup on click #195

Closed kossa closed 5 years ago

kossa commented 5 years ago

Hello,

I'm using vue-fullcalendar, eveything looks good, I want once I click on event, I'll load with ajax a popup there is an example for that ?

Currently I can open a popup with event, but how to pass a variabl like an ID

Thanks

kossa commented 5 years ago

I found the solution by using : @event-selected="method"