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,5 +1,8 @@
<script setup lang="ts">
import { useDark } from '@vueuse/core'
import { RouterView } from 'vue-router'
const dark = useDark()
</script>
<template>