1.页面直接使用
引入
提供地区选择、关键词检索
import VueBaiduMap from '@/views/components/VueBaiduMap/index.vue components:{VueBaiduMap}
<VueBaiduMap :styles="{height:'440px',width:'100%'}" @changeObj="change" /> //changeObj 为回调函数 @changeObj //返回内容 包含 point //经纬度信息 city //点-城市信息 province //点-省份信息 district //点信息 selectRegion //完整的地址路径
2.弹窗使用
import DialogMap from '@/views/components/VueBaiduMap/DialogMap.vue components:{DialogMap}
<DialogMap @change="change"/> change为回调函数 //返回内容 包含 point //经纬度信息 city //点-城市信息 province //点-省份信息 district //点信息 selectRegion //完整的地址路径