feat: use PascalCase for component name
This commit is contained in:
parent
407f5f2ef8
commit
acb3ddc73f
@ -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}>()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user