| | |
| | | // import 'lib-flexible' // 阿里可伸缩布局方案 |
| | | // import 'lib-flexible-computer' |
| | | |
| | | import '../public/static/theme/index.css' /* icofont */ |
| | | |
| | | // 打印 |
| | | // import Print from 'vue-print-nb' |
| | | import Print from './components/Print/vue-print-nb' |
| | | Vue.use(Print) |
| | | |
| | | // 水印 |
| | | import watermark from './utils/watermark.js' |
| | | Vue.prototype.$watermark = watermark |
| | | |
| | | 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, |