0👍
✅
The this
object is not available in your scope. You can fix this by using an arrow function.
eventClick: info => {
this.calendarEvent = info.event.id;
}
Source:stackexchange.com