Hi
Wyatt,
Greetings from Syncfusion Support.
We are able to
replicate the issue on our end when required Edit module for Editing is not
injected or else the wrong module is included in the Gantt chart sample,
causing a warning message to appear. We recommend suggesting the inject and
import the Edit module to resolve the problem. We have attached a code snippet
and a sample for reference.
Ug link: https://ej2.syncfusion.com/vue/documentation/gantt/module
Warning case
|
Without warning case
|
import { GanttComponent, edit, Selection,
Toolbar, DayMarkers
}
from "@syncfusion/ej2-vue-gantt";
provide: {
gantt: [edit, Selection, Toolbar, DayMarkers]
}
Image:

|
import { GanttComponent, Edit, Selection,
Toolbar, DayMarkers
}
from "@syncfusion/ej2-vue-gantt";
provide: {
gantt: [Edit, Selection, Toolbar, DayMarkers]
}
Image :

|
Sample link: https://stackblitz.com/edit/5emwru-7crrzo?file=src%2FApp.vue
Contact us if you require any further assistance.
Regards,
Ajithkumar G