Vue項目在IE下警告「ReferenceError:‘Promise’未定義」

ie低版本不支持promise,須要在編譯的時候轉換成其餘代碼promise

 

安裝依賴babel

yarn add babel-polyfillspa

引入編譯

在main.js文件引入 import 'babel-polyfill'class

相關文章
相關標籤/搜索