1、安装
$ npm install vue-baidu-map --save
2、全局注册,在main.js中引⼊以下代码
import BaiduMap from 'vue-baidu-map'Vue.use(BaiduMap, { ak: '你申请的key'})
3、界⾯