参考:
https://www.zhangshengrong.com/p/O3aA7x5X4E/
一、在public/index.html中引入cdn
<script src="https://unpkg.com/vue-baidu-map"></script>
二、插件的引入
ak 是在百度地图开发者平台申请的密钥 详见 http://lbsyun.baidu.com/apico...
Vue.use(VueBaiduMap.default, { ak: 'YOUR_APP_KEY', })