Added base event checking

This commit is contained in:
Alexis
2024-04-01 19:19:24 +02:00
parent 1404e54d13
commit 7a7c27d780
7 changed files with 145 additions and 19 deletions

View File

@@ -45,17 +45,12 @@ function getNextMonthDate(day: number): LeimDate {
year: Number(currentDate.currentYear),
period: currentDate.currentPeriod
}"
>
<span class="font-bold">{{ day }}</span>
</CalendarTile>
/>
<CalendarTile
v-for="nextMonthDay in 8"
:key="nextMonthDay"
faded
:date="getNextMonthDate(nextMonthDay)"
>
<span>{{ nextMonthDay }}</span>
</CalendarTile>
/>
</div>
</template>