Vue 項目 IE遇到的問題

  IE 11 瀏覽器報  Promise 未定義的錯誤vue

  報錯信息:   {description: "「Promise」未定義", message: "「Promise」未定義", name: "ReferenceEr...", number: -2146823279, stack: "ReferenceEr..."} vuex

  解決方案:npm

  1. npm install babel-polyfill --save   // 讓 IE 支持 ES6
  2. 在 main.js 中 import "babel-polyfil"
  3. 若是使用了vuex,則在vuex的index.ts文件中也要  import "babel-polyfill",最好放在 import Vuex from 'vuex' 的前面

  參考連接 https://www.jianshu.com/p/6426e6aef3ae瀏覽器

相關文章
相關標籤/搜索