lxl
2022-11-07 df007d0b7f677240d9ab9b01e6bebdbad0762a0f
src/main.js
@@ -7,6 +7,7 @@
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;
@@ -14,6 +15,7 @@
Vue.use(ElementUI, { locale });
Vue.prototype.$http = axios;
Vue.prototype.$bus = new Vue();
Vue.prototype.$wkt = WKT;
Vue.config.productionTip = false;
new Vue({