Closed Khant135 closed 1 year ago
<g-gantt-chart
...
>
<template #upper-timeunit="{ label, value }"> Brother </template>
<template #timeunit="{ label, value }"> Broski </template>
<template #bar-tooltip="{ bar }"> Bruh </template>
...
</g-gantt-chart>
Result:
Here's more info on how scoped slots work in general.