npm install --save-dev babel-polyfill; import 'babel-polyfill'; 在mian.js中引入babel-polyfill(要在引入vue,vuex,elementui 之前引入). 這樣就成功啦!!
確定! 回上一頁