From 49a24977f96cff1e90e706321505ae43bf7efadf Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 20 Jul 2022 18:35:18 +0200 Subject: [PATCH] feat: allow passing props down to the gantt component --- src/components/tasks/gantt-chart.vue | 25 ++++---- src/i18n/lang/en.json | 1 + src/views/list/ListGantt.vue | 90 ++++++++++++++-------------- 3 files changed, 60 insertions(+), 56 deletions(-) diff --git a/src/components/tasks/gantt-chart.vue b/src/components/tasks/gantt-chart.vue index af88fa378..02bf3a0b8 100644 --- a/src/components/tasks/gantt-chart.vue +++ b/src/components/tasks/gantt-chart.vue @@ -1,15 +1,16 @@