| | |
| | | import "@/assets/iconfont/iconfont.css" |
| | | |
| | | import Ellipsis from '@/components/common/Ellipsis' |
| | | import WDialog from '@/components/common/WDialog' |
| | | import Tip from '@/components/common/Tip' |
| | | import flowDialog from '@/components/common/flowDialog.vue' |
| | | import Utils from '@/utils/utils.js' |
| | | |
| | | Vue.use(ElementUI); |
| | | Vue.use(Ellipsis); |
| | | Vue.use(WDialog); |
| | | Vue.use(Tip); |
| | | Vue.use(flowDialog); |
| | | |
| | | Vue.use(vueEsign) |
| | | Vue.prototype.$cssSrc=require('@/assets/flowDesignVertical.scss'); |
| | | Vue.prototype.$isVertical=true; |
| | | Vue.config.productionTip = false |
| | | Vue.prototype.$Utils = Utils |
| | | |