修复ie报错 本地环境运行

This commit is contained in:
sunnie 2020-03-20 17:45:39 +08:00
parent a85549da22
commit 18372b1e4e

View File

@ -1,3 +1,5 @@
// IE 兼容
import '@babel/polyfill'
import Vue from 'vue'
import App from './App.vue'
import router from './router'
@ -7,8 +9,7 @@ import '@/assets/css/index.scss'
// 全局引入按需引入UI库 vant
import '@/plugins/vant'
// IE 兼容
import '@babel/polyfill'
// 移动端适配
import 'lib-flexible/flexible.js'