Fix compilation of app for calendar

This commit is contained in:
Julien Fastré 2025-05-30 13:29:56 +02:00
parent 397267f4b9
commit 29c1ba3c2b
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -96,7 +96,7 @@
</div>
</div>
<FullCalendar :options="calendarOptions" ref="calendarRef">
<template v-slot:eventContent="{ event }">
<template v-slot:eventContent="{ event }: { event: EventApi }">
<span :class="eventClasses">
<b v-if="event.extendedProps.is === 'remote'">{{
event.title