| | |
| | | import axios from './http'; |
| | | import ElementUI from 'element-ui'; |
| | | import locale from 'element-ui/lib/locale/lang/en'; |
| | | import WKT from 'terraformer-wkt-parser'; |
| | | // import locale from 'element-ui/lib/locale/lang/zh-CN' |
| | | import 'element-ui/lib/theme-chalk/index.css'; |
| | | Vue.prototype.$echarts = echarts; |
| | | import * as echarts from 'echarts'; |
| | | import drag from './JS/drag'; |
| | | Vue.use(ElementUI, { locale }); |
| | | Vue.prototype.$http = axios; |
| | | Vue.prototype.$bus = new Vue(); |
| | | Vue.prototype.$wkt = WKT; |
| | | Vue.config.productionTip = false; |
| | | |
| | | new Vue({ |