Q:Cannot read property 'minZoom' of undefined ?

Q:Cannot read property 'minZoom' of undefined ?_第1张图片

 

 

解决方案: 

mounted内初始化地图,不要在created内,个人猜测根由是script标签的加载还未完成,就初始化导致的。

(这是我这边引起的原因,有的可能引发情况不同没遇到所以没别的方案)

 

Q:Cannot read property 'minZoom' of undefined ?_第2张图片

 

Q:Cannot read property 'minZoom' of undefined ?_第3张图片  改为 Q:Cannot read property 'minZoom' of undefined ?_第4张图片

 

当然结合我另外一篇博文的 #异步加载百度地图# ,可以采取另一种初始化方式:

Q:Cannot read property 'minZoom' of undefined ?_第5张图片

(由于异步加载百度地图,建议setTimeout,不然有时候会报错有时候正常)

 

你可能感兴趣的:(百度地图)