vue-fullcalendar
vue-fullcalendar copied to clipboard
Cannot read property 'footprint' of undefined
我在进行 月 周 日切换的时候,就会报出这个Cannot read property 'footprint' of undefined 异常 。。且 周和日 的view 直接不显示了。我传的时间格式 {start: '2020-03-23 09:00:00', end: '2020-03-23 12:00:00',} 精确到了秒
我也有这个问题
fullcalendar.js?8cc1:4630 Uncaught TypeError: Cannot read property 'footprint' of undefined at HTMLDivElement.eval (fullcalendar.js?8cc1:4630) at Function.each (jquery.js?a336:381) at jQuery.fn.init.each (jquery.js?a336:203) at TimeGridEventRenderer.EventRenderer.renderFgSegEls (fullcalendar.js?8cc1:4626) at TimeGridEventRenderer.EventRenderer.renderFgRanges (fullcalendar.js?8cc1:4550) at TimeGridEventRenderer.EventRenderer.render (fullcalendar.js?8cc1:4539) at TimeGrid.DateComponent.executeEventRender (fullcalendar.js?8cc1:10154) at AgendaView.executeEventRender (fullcalendar.js?8cc1:12655) at Object.eval [as func] (fullcalendar.js?8cc1:3996) at RenderQueue.runTask (fullcalendar.js?8cc1:9927)
If it's still relevant, it caused by jQuery version incompatibility Upgrade the fullcalendar version or downgrade the jQuery or here the potential solution: SO but it's not recommended
我在进行 月 周 日切换的时候,就会报出这个Cannot read property 'footprint' of undefined 异常 。。且 周和日 的view 直接不显示了。我传的时间格式 {start: '2020-03-23 09:00:00', end: '2020-03-23 12:00:00',} 精确到了秒
现在解决了吗 我也遇到了同样的问题
收到!谢谢,我将稍后处理
我也有这个问题
fullcalendar.js?8cc1:4630 Uncaught TypeError: Cannot read property 'footprint' of undefined at HTMLDivElement.eval (fullcalendar.js?8cc1:4630) at Function.each (jquery.js?a336:381) at jQuery.fn.init.each (jquery.js?a336:203) at TimeGridEventRenderer.EventRenderer.renderFgSegEls (fullcalendar.js?8cc1:4626) at TimeGridEventRenderer.EventRenderer.renderFgRanges (fullcalendar.js?8cc1:4550) at TimeGridEventRenderer.EventRenderer.render (fullcalendar.js?8cc1:4539) at TimeGrid.DateComponent.executeEventRender (fullcalendar.js?8cc1:10154) at AgendaView.executeEventRender (fullcalendar.js?8cc1:12655) at Object.eval [as func] (fullcalendar.js?8cc1:3996) at RenderQueue.runTask (fullcalendar.js?8cc1:9927)
请问你的问题解决了吗 我也遇到了同样的问题
收到!谢谢,我将稍后处理