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.
14 lines
319 B
14 lines
319 B
10 months ago
|
学习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'
|
||
|
####})
|