We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
如题,zoom数值确实会变化,第一次点击会地图会缩小,但是后续点击同一个bm-overlay组件时地图却不能缩小
Sorry, something went wrong.
`<baidu-map id="bm-view" class="bm-view" :center="center" :zoom="zoom" :scroll-wheel-zoom="true" @ready="handler" :min-zoom="minZoom" :max-zoom="maxZoom" @zoomend="handleZoomEnd" @moveend="handleMoveEnd" ref="bdmap"
<div v-if="!isZonePoints"> <fatherZoneGeoPoints v-for="(item, index) in fatherZoneGeoPoints" :key="index" :zonePointInfo="item" @click.native="selZone(item, index)" ></fatherZoneGeoPoints> </div> <div v-if="isZonePoints"> <sonZoneGeoPoints v-for="(item,index) in sonZoneGeoPoints" :key="index" :position="item.position" :zonePointInfo="item" @click.native="doViewAccountInfoList(item, index)" ></sonZoneGeoPoints> </div>
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: