Move schedule fetching into useSchedule composable
This commit is contained in:
parent
ddecfa3805
commit
13f344472e
5 changed files with 49 additions and 35 deletions
|
@ -80,7 +80,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
const schedule = useSchedule();
|
||||
const schedule = await useSchedule();
|
||||
const eventSelect = useTemplateRef("eventSelect");
|
||||
|
||||
function onChange(event: any) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue