nhn / toast-ui.vue-calendar

Toast UI Calendar for Vue
MIT License
195 stars 54 forks source link

How to drag this plan box, stretch, shorten, and move. #10

Closed xiaomao996688 closed 5 years ago

xiaomao996688 commented 5 years ago

image image image

sohee-lee7 commented 5 years ago

@xiaomao996688 If you use beforeUpdateSchedule event, you could get information moved schedule and then should update the schedule of scheduleList.

@beforeUpdateSchedule="onBeforeUpdateSchedule"