[feat]Add now indicator to fullcalendar

This commit is contained in:
Jimmy 2021-04-30 18:59:21 +08:00
parent ccbc2ed0d5
commit 5197ddbe24
No known key found for this signature in database
GPG key ID: FAE75C760A4A5CC6

View file

@ -5,6 +5,7 @@ $( document ).ready(function() {
var calendar = new FullCalendar.Calendar(calendarEl, {
schedulerLicenseKey: fullcalData.data('schedulerLicenseKey'),
nowIndicator: true,
expandRows: true,
allDaySlot: false,
slotMinTime: fullcalData.data('startHour') + ':00:00',