From 17e7836b1d0a7bd1a51d44ae071a88423a9f9370 Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期一, 08 三月 2021 17:57:16 +0800
Subject: [PATCH] 添加工具栏功能

---
 src/main.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main.js b/src/main.js
index 45c8a84..95591a3 100644
--- a/src/main.js
+++ b/src/main.js
@@ -11,9 +11,10 @@
 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
 // 娉ㄥ唽鎸囦护

--
Gitblit v1.8.0