feat: replace our home-grown gantt implementation with ganttastic #2180

Merged
konrad merged 78 commits from feature/ganttastic into main 2022-10-27 16:03:27 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit acb3ddc73f - Show all commits

View File

@ -64,7 +64,7 @@ import type {ITask} from '@/modelTypes/ITask'
type Options = Flatpickr.Options.Options
const GanttChart = createAsyncComponent(() => import('@/components/tasks/gantt-chart.vue'))
const GanttChart = createAsyncComponent(() => import('@/components/tasks/GanttChart.vue'))
const props = defineProps<{route: RouteLocationNormalized}>()