From bd6d4e1c5cefef5355afe5f84e09eeb23da94ffd Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期五, 18 十一月 2022 12:28:31 +0800 Subject: [PATCH] 1 --- src/main.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 88695fe..7830c30 100644 --- a/src/main.js +++ b/src/main.js @@ -7,13 +7,16 @@ 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; import * as echarts from 'echarts'; +import drag from './JS/drag'; 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