城阳工作端uniH5前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

319 B

学习uni插件发布 ###1、安装 vue-baidu-map

cnpm install vue-baidu-map --save

###2、main.js引入

####import BaiduMap from 'vue-baidu-map' ####import {BmlMarkerClusterer} from 'vue-baidu-map' ####Vue.component('bml-marker-cluster', BmlMarkerClusterer)

####Vue.use(BaiduMap, {

ak: 'your ak'

####})