mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
working with webpack 5
This commit is contained in:
parent
a9bc98738e
commit
922c5c5f5c
@ -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],
|
||||
|
7
src/shims-vue.d.ts
vendored
Normal file
7
src/shims-vue.d.ts
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
declare module "*.vue" {
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
const Component: ReturnType<typeof defineComponent>
|
||||
|
||||
export default Component
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user