1
0

feat: add basic implementation of ganttastic

This commit is contained in:
kolaente
2022-07-19 22:55:38 +02:00
parent ef3f19d046
commit 2b0df8c237
3 changed files with 121 additions and 2 deletions

View File

@ -49,7 +49,7 @@
<template #default>
<div class="gantt-chart-container">
<card :padding="false" class="has-overflow">
<gantt-chart
:date-from="dateFrom"
:date-to="dateTo"
@ -72,7 +72,7 @@ import {useI18n} from 'vue-i18n'
import {useAuthStore} from '@/stores/auth'
import ListWrapper from './ListWrapper.vue'
import GanttChart from '@/components/tasks/gantt-component.vue'
import GanttChart from '@/components/tasks/gantt-chart.vue'
import Fancycheckbox from '@/components/input/fancycheckbox.vue'
const props = defineProps({