Refactored some stuff
This commit is contained in:
7
components/calendar/form/Categories.vue
Normal file
7
components/calendar/form/Categories.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
const { categories } = storeToRefs(useCalendar())
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<CalendarCategoryList :categories />
|
||||
</template>
|
||||
Reference in New Issue
Block a user