loulijun2021
2022-09-22 5abc5f45a74ca2b5671ef73d6a665b6e6321d194
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,