YangJianFei / vue-baidu-map-3x

vue-baidu-map的vue3版本(支持百度地图api2,百度地图api3和百度地图WebGl)。Baidu Map Component for Vue 3.0
https://map.heifahaizei.com
139 stars 13 forks source link

使用 <bm-point-collection> 海量點元素時,報 TypeError: Cannot destructure property 'BMap' of 'undefined' as it is undefined #46

Open bochs-bs opened 5 months ago

bochs-bs commented 5 months ago

使用 海量點元素時,報 TypeError: Cannot destructure property 'BMap' of 'undefined' as it is undefined 錯誤。

使用 vue3 版本,v="3.0", type="BMap" 或 type="API" 都不行。

stargazer1201 commented 4 months ago

你好,我也遇到了这个问题,请问你解决了吗

bochs-bs commented 4 months ago

咩有解决,后来换了 https://yue1123.github.io/vue3-baidu-map-gl

stargazer1201 commented 4 months ago

感谢

Sandy-ABS commented 4 months ago

我也遇到了这个问题,请问你解决了吗

Sandy-ABS commented 4 months ago

咩有解决,后来换了 https://yue1123.github.io/vue3-baidu-map-gl

但是https://yue1123.github.io/vue3-baidu-map-gl 这个组件好像没有海量点元素功能

dabeibao commented 2 weeks ago

同样的问题。后来发现直接调用baidu API,比用这个库简单多了