Added grid layout for monthly view

This commit is contained in:
Alexis
2024-04-01 15:05:08 +02:00
parent abc4d908f1
commit e7d3fd3fd3
30 changed files with 498 additions and 146 deletions

View File

@@ -1,9 +1,9 @@
<script lang="ts" setup>
import Calendar from '@/components/Calendar.vue'
import Calendar from '@/components/calendar/Calendar.vue'
</script>
<template>
<main class="container h-full grid items-center">
<main class="h-full">
<Calendar />
<!-- <pre>
{{ currentDate }}