1、 安装插件babel-polyfill cnpm i babel-polyfill -S2、在你的Vue项目的src目录下找到main.js 添加下面一行代码: import 'babel-polyfill'