src/main.js
@@ -8,11 +8,16 @@ import echartsDarkTheme from '@/styles/theme-dark/echarts/theme.json' import ElementUI from 'element-ui' import 'element-ui/lib/theme-chalk/index.css' import 'leaflet/dist/leaflet.css' import L from 'leaflet' import 'leaflet.markercluster' import 'leaflet-canvas-markers' import './components/plugin/Leaflet.GridLayer.FadeOut' Vue.config.productionTip = false Vue.use(ElementUI, { size: 'small' }) Vue.use(ElementUI) Vue.prototype.$cancels = [] Vue.prototype.L = L // 注册指令 // registerDirectives(Vue)