| | |
| | | // import 'babel-polyfill' |
| | | import 'babel-polyfill' |
| | | import Vue from 'vue' |
| | | import App from './App.vue' |
| | | import router from './router' |
| | |
| | | import 'leaflet/dist/leaflet.css' |
| | | import L from 'leaflet' |
| | | import 'leaflet.markercluster' |
| | | import 'leaflet-canvas-markers' |
| | | // import 'leaflet-canvas-markers' |
| | | import './components/plugin/Leaflet.GridLayer.FadeOut' |
| | | |
| | | import './components/plugin/leaflet-canvas-markers' |
| | | Vue.config.productionTip = false |
| | | |
| | | Vue.use(ElementUI) |
| | | Vue.prototype.$cancels = [] |
| | | Vue.prototype.L = L |
| | | // 注册指令 |
| | | // 注册指令7 |
| | | // registerDirectives(Vue) |
| | | |
| | | // 注册echarts皮肤 |