feat: use PascalCase for component name

This commit is contained in:
Dominik Pschenitschni 2022-10-19 15:40:32 +02:00
parent e96ea2c652
commit 94e2a7d001
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
2 changed files with 1 additions and 1 deletions

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}>()