Added base calendar formatting

This commit is contained in:
Alexis
2024-04-01 11:53:13 +02:00
parent 39c03c9706
commit c1edf3b5ea
11 changed files with 131 additions and 23 deletions

View File

@@ -3,5 +3,7 @@ import { RouterView } from 'vue-router'
</script>
<template>
<RouterView />
<div class="h-screen">
<RouterView />
</div>
</template>