mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 19:52:15 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f582adab0d |
@@ -368,7 +368,7 @@ const calendarOptions = computed(() => {
|
|||||||
slotDuration: formatDuration(s.slotMinutes * 60),
|
slotDuration: formatDuration(s.slotMinutes * 60),
|
||||||
slotLabelInterval: '01:00:00',
|
slotLabelInterval: '01:00:00',
|
||||||
slotLabelFormat: getSlotLabelFormat(),
|
slotLabelFormat: getSlotLabelFormat(),
|
||||||
snapDuration: formatDuration(s.snapMinutes * 60),
|
snapDuration: '00:01:00',
|
||||||
firstDay: getFirstDay(),
|
firstDay: getFirstDay(),
|
||||||
allDaySlot: false,
|
allDaySlot: false,
|
||||||
nowIndicator: true,
|
nowIndicator: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user