As shown in the picture, add a search box and load the queried data based on the input content. How to do this?
習慣沉默2017-05-19 10:17:55
this.$refs.calendar.instance.fullCalendar('removeEvents')
this.$refs.calendar.instance.fullCalendar('addEventSource', {
events: (start, end, timezone, callback) => {
请求与结果处理
}
})