vue百度地图在IE11下空白

F12查看,发现报错:Unhandled promise rejection ReferenceError: “Symbol”未定义

1、安装Babel Polyfill

npm install --save-dev webpack-server

2、main.js

import "babel-polyfill";

3、重新npm run serve

原文地址:https://www.cnblogs.com/25miao/p/12101260.html