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