loulijun2021
2023-01-05 6bd005efa5bb1b9aa0bbb312378d57440c29366c
src/main.js
@@ -60,7 +60,7 @@
import clearTabIndex from './utils/clearTabIndex.js' // 删除el-tooltip tabindex
clearTabIndex.install(Vue)
import vGanttChart from './components/v-gantt-chart/index' // 引用修改过的gantt
import vGanttChart from './lib/v-gantt-chart/index' // 引用修改过的gantt
Vue.use(vGanttChart)
new Vue({