Vue项目在IE下警告“ReferenceError:‘Promise’未定义”

ie低版本不支持promise,需要在编译的时候转换成其他代码

 

安装依赖

yarn add babel-polyfill

引入

在main.js文件引入 import 'babel-polyfill'

 

posted @ 2018-03-06 16:10  紫夜*风  阅读(277)  评论(0编辑  收藏  举报