ie低版本不支持promise,須要在編譯的時候轉換成其餘代碼promise
安裝依賴babel
yarn add babel-polyfillspa
引入編譯
在main.js文件引入 import 'babel-polyfill'class