我有fullcalendar的问题,当我修改轴时,它消失了。这是我的代码:
$(document).ready(function() {
$('#calendar').fullCalendar({
header: {
left: 'prev,next today',
center: 'title',
right: 'agendaWeek,agendaDay'
},
defaultView: 'agendaWeek',
allDaySlot: false,
minTime: "09:15:00",
maxTime: "18:15:00",
slotDuration: "00:60:01",
});
});
显示这个日历
,但我在JSFIDDLE上使用了完全相同的代码,并且确实显示了轴!!
有什么想法我出错了吗?
谢谢。
对于其他任何人都有这个问题
这是一个已知的错误https://github.com/fullcalendar/fullcalendar/issues/2786
该问题上提供了一个"丑陋"的解决方法。