From 4ece8617fff2d9e250fb9178b3efc14db6c8fc81 Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期一, 25 一月 2021 14:42:57 +0800 Subject: [PATCH] 删除mapbox插接件和功能 --- src/main.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 4de11ed..fa37006 100644 --- a/src/main.js +++ b/src/main.js @@ -1,3 +1,4 @@ +// import 'babel-polyfill' import Vue from 'vue' import App from './App.vue' import router from './router' @@ -11,6 +12,7 @@ Vue.config.productionTip = false Vue.use(ElementUI, { size: 'small' }) +Vue.prototype.$cancels = [] // 娉ㄥ唽鎸囦护 // registerDirectives(Vue) -- Gitblit v1.8.0