| | |
| | | import { rules } from '@/utils/rules' |
| | | import * as echarts from 'echarts' |
| | | import ElementUI from 'element-ui'; |
| | | Vue.use(ElementUI); |
| | | import 'element-ui/lib/theme-chalk/index.css'; |
| | | // 将自动注册所有组件为全局组件 |
| | | import dataV from '@jiaminghi/data-view' |
| | | Vue.use(dataV) |
| | |
| | | Vue.prototype.rules = rules |
| | | Vue.config.productionTip = false |
| | | Vue.use(Storage, config.storageOptions) |
| | | Vue.use(Antd) |
| | | Vue.use(VueAxios, router) |
| | | Vue.use(Viser) |
| | | Vue.use(hasPermission) |
| | | Vue.use(JDictSelectTag) |
| | | Vue.use(Print) |
| | | Vue.use(ElementUI); |
| | | Vue.use(Antd) |
| | | Vue.use(preview) |
| | | Vue.use(vueBus); |
| | | Vue.use(JeecgComponents); |