|
|
@@ -12,10 +12,11 @@ import BaiduMap from 'vue-baidu-map'
|
|
|
Vue.use(BaiduMap, {
|
|
|
ak: '1hqg34NFaCw9jcv0xG82cI7uINFaXGGM'
|
|
|
})
|
|
|
+Vue.use(ElementUI);
|
|
|
import Vue2OrgTree from 'vue2-org-tree'
|
|
|
+import 'vue2-org-tree/dist/style.css'
|
|
|
Vue.use(Vue2OrgTree)
|
|
|
|
|
|
-Vue.use(ElementUI);
|
|
|
Vue.prototype.$echarts = echarts
|
|
|
Vue.prototype.$api = api;
|
|
|
Vue.prototype.store = store;
|