使用Vue做数据控制的Gantt图表
基于 Vue 实现的 gantt-like 图表 ,用于排班展示
两种
customGenerateBlocks
false
true
npm i v-gantt-chart --save
Include plugin in your
main.js
import Vue from 'vue' import vGanttChart from 'v-gantt-chart'; Vue.use(vGanttChart);
import vGanttChart from 'v-gantt-chart';
Vue.use(vGanttChart);
We use cookies. If you continue to browse the site, you agree to the use of cookies. For more information on our use of cookies please see our Privacy Policy.