Added data to calendar tiles

This commit is contained in:
Alexis
2024-04-01 15:26:58 +02:00
parent e7d3fd3fd3
commit 1404e54d13
2 changed files with 47 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
<script lang="ts" setup>
import type { LeimDate } from '@/models/Date'
const props = defineProps<{
date: LeimDate
faded?: boolean
}>()
</script>