diff --git a/src/FullCalendar.ts b/src/FullCalendar.ts index 1be3ec9..1b0b5b7 100644 --- a/src/FullCalendar.ts +++ b/src/FullCalendar.ts @@ -4,6 +4,7 @@ import { CustomRenderingStore, CustomRendering } from '@fullcalendar/core/intern import { OPTION_IS_COMPLEX } from './options.js' const FullCalendar = defineComponent({ + name: 'FullCalendar', props: { options: Object as PropType },