From df007d0b7f677240d9ab9b01e6bebdbad0762a0f Mon Sep 17 00:00:00 2001
From: lxl <lixuliang_hd@126.com>
Date: 星期一, 07 十一月 2022 16:22:12 +0800
Subject: [PATCH] 菜单

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

diff --git a/src/main.js b/src/main.js
index 88695fe..9446029 100644
--- a/src/main.js
+++ b/src/main.js
@@ -7,6 +7,7 @@
 import axios from './http';
 import ElementUI from 'element-ui';
 import locale from 'element-ui/lib/locale/lang/en';
+import WKT from 'terraformer-wkt-parser';
 // import locale from 'element-ui/lib/locale/lang/zh-CN'
 import 'element-ui/lib/theme-chalk/index.css';
 Vue.prototype.$echarts = echarts;
@@ -14,6 +15,7 @@
 Vue.use(ElementUI, { locale });
 Vue.prototype.$http = axios;
 Vue.prototype.$bus = new Vue();
+Vue.prototype.$wkt = WKT;
 Vue.config.productionTip = false;
 
 new Vue({

--
Gitblit v1.9.3