Closed xiaomao996688 closed 5 years ago
You should use invoke
for use method.
This link is how to use invoke
.
https://github.com/nhnent/toast-ui.vue-calendar#method
invoke
I use this method in this way does not work.
Try this code.
this.$refs.tuiCal.invoke('updateSchedule', e.schedule.id, e.schedule.calendarId, e.schedule);
Try this code.
this.$refs.tuiCal.invoke('updateSchedule', e.schedule.id, e.schedule.calendarId, e.schedule);
thank you for your help。
How to use this method calendar.updateSchedule(schedule.id, schedule.calendarId, { Start: startTime, End: endTime });