Skip to content
New issue

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

初始化的时候baidu-map 的属性map-type设定值报错 不设定自定义的值展示正常 #39

Open
BeUnhappy opened this issue Dec 27, 2023 · 0 comments

Comments

@BeUnhappy
Copy link

报错

<baidu-map class="map" :center="center" :zoom="zoom" :min-zoom="0" :max-zoom="20" :scroll-wheel-zoom="true"
    :inertial-dragging="true" mapType="'BMAP_HYBRID_MAP'" @ready="handleReady"></baidu-map>

正常

<baidu-map class="map" :center="center" :zoom="zoom" :min-zoom="0" :max-zoom="20" :scroll-wheel-zoom="true"
    :inertial-dragging="true" @ready="handleReady"></baidu-map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant