vue引入百度地图baidu-map 非ready方法中调用new BMap报错解决:

在eslintrc.js中进行全局声明

globals: {
  BMap: true
}