From ad90ed54e88081016c586faad49de4ce83e39bd3 Mon Sep 17 00:00:00 2001 From: nesxy Date: Mon, 18 Mar 2019 18:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BD=8E=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8=E5=AF=B9es6=E7=9A=84=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.js b/src/main.js index 9823abe..147ec56 100644 --- a/src/main.js +++ b/src/main.js @@ -25,6 +25,7 @@ import "@/assets/styles/swiper.css"; import "@/models/wxShare.js"; import 'babel-polyfill'; import promise from 'es6-promise'; +window.Promise = Promise; promise.polyfill(); Vue.config.productionTip = false;