From 24f7846992bd354a5668979e268710d3154642e9 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期二, 09 三月 2021 14:57:29 +0800 Subject: [PATCH] 文件引入未使用 --- src/main.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index 45c8a84..28cfbd5 100644 --- a/src/main.js +++ b/src/main.js @@ -11,9 +11,11 @@ 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 // 娉ㄥ唽鎸囦护 -- Gitblit v1.8.0