Added grid layout for monthly view
This commit is contained in:
9
src/components/calendar/state/Century.vue
Normal file
9
src/components/calendar/state/Century.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script lang="ts" setup>
|
||||
import { useCalendarEvents } from '@/stores/events'
|
||||
|
||||
const { currentEvents } = useCalendarEvents()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>Century</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user