非常非常简单,
安装几个依赖:
"core-js": "^3.6.4",
"custom-event-polyfill": "^1.0.7",
"fetch-polyfill": "^0.8.2",
"whatwg-fetch": "^3.2.0"
然后在主项目的main.js中引入下列文件:
import 'whatwg-fetch';
import 'custom-event-polyfill';
import 'core-js/stable/promise';
import 'core-js/stable/symbol';
import 'core-js/stable/string/starts-with';
import 'core-js/web/url';
然后重启项目
完美