vue项目兼容IE11

1、npm安装babel-polyfill

npm install babel-polyfill --save-dev

2、在入口文件main.js中引入 import 'babel-polyfill'