问题:IE11报错render:"TypeError:Theobjectdoesnotsupportthe"findIndex"propertyormethod."合理的是我项目中的es6语法经过babel转换后,显示没有使用到某个插件或者库,编译代码后断点调试发现是iview框架的解决方法:添加invue.config.js:transpileDependencies:["view-design"//有问题的类库名称,并指定对第三方组件也要进行babel-polyfill处理]说明:参考https:///segmentfault.com/q/10...https://www.zhihu.com/questio...
