loulijun2021
2022-10-17 a33b64b8a7ad977cd7a78733426f1a7a4a3df4b8
src/main.js
@@ -60,6 +60,9 @@
import clearTabIndex from './utils/clearTabIndex.js' // 删除el-tooltip tabindex
clearTabIndex.install(Vue)
import vGanttChart from './lib/v-gantt-chart/index' // 引用修改过的gantt
Vue.use(vGanttChart)
new Vue({
  el: '#app',
  router,