From b31e1157f74a2a69a8e8ebc80e348c3a2acf6aee Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期五, 05 三月 2021 16:23:59 +0800 Subject: [PATCH] 修改污水管网png图片大小 --- src/main.js | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index fa37006..95591a3 100644 --- a/src/main.js +++ b/src/main.js @@ -8,11 +8,15 @@ 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' Vue.config.productionTip = false -Vue.use(ElementUI, { size: 'small' }) +Vue.use(ElementUI) Vue.prototype.$cancels = [] +Vue.prototype.L = L // 娉ㄥ唽鎸囦护 // registerDirectives(Vue) -- Gitblit v1.8.0