zunnzunn / vue-ganttastic

Simple, interactive and highly customizable Gantt chart component for Vue 3
https://zunnzunn.github.io/vue-ganttastic/
565 stars 141 forks source link

can't use "Drag & Drop" #81

Closed marnysan111 closed 11 months ago

marnysan111 commented 1 year ago

Drop Events are not executed in the following source code.

<g-gantt-row v-for="row in GanttData"
                :key="row.label"
                :label="row.label"
                :bars="row.column"
                :highlight-on-hover="true"
                @drop="onDrop($event.e, $event.datetime)"
              />
marnysan111 commented 1 year ago

version: "@infectoone/vue-ganttastic": "^2.1.4",

zunnzunn commented 1 year ago

Could you provide some more information? I was not able to reproduce this.