vue项目兼容IE11

npm install babel-polyfill –save-dev
在入口文件main.js中引入
import ‘babel-polyfill’