mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
working with webpack 5
This commit is contained in:
@@ -55,9 +55,6 @@ const store = useStore(key);
|
||||
const showWeekends = ref(true);
|
||||
const slotDuration = ref('00:15:00');
|
||||
|
||||
// will work as long as calendar-vue is not changed
|
||||
const calendarRef = ref<{renderId: number}|null>(null);
|
||||
|
||||
const baseOptions = ref<CalendarOptions>({
|
||||
locale: frLocale,
|
||||
plugins: [interactionPlugin, timeGridPlugin],
|
||||
|
Reference in New Issue
Block a user