From 9a84fb6d7f172373b356d9efa65dd681786ad440 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Wed, 26 Oct 2022 15:48:15 +0200 Subject: [PATCH] feat(gantt): disable useDayjsLanguageSync --- src/components/tasks/GanttChart.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/tasks/GanttChart.vue b/src/components/tasks/GanttChart.vue index 1671aaddf..cbe9f921e 100644 --- a/src/components/tasks/GanttChart.vue +++ b/src/components/tasks/GanttChart.vue @@ -83,6 +83,8 @@ const emit = defineEmits<{ const {tasks, filters} = toRefs(props) // setup dayjs for vue-ganttastic +const dayjsLanguageLoading = ref(false) +// const dayjsLanguageLoading = useDayjsLanguageSync(dayjs) dayjs.extend(isToday) extendDayjs()