mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-03-10 19:48:56 -04:00
Add start time to calendar entries
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
:class="{ 'calendar-holiday': calendarEntry.isHoliday }">
|
||||
<span>
|
||||
{{ calendarEntry.summary }}
|
||||
<span v-if="!calendarEntry.isAllDay">@ {{ format(calendarEntry.start, 'p') }}</span>
|
||||
</span>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user