Q:Cannot read property 'minZoom' of undefined ?

Q:Cannot read property 'minZoom' of undefined ?

 

 

解决方案: 

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

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

 

Q:Cannot read property 'minZoom' of undefined ?

 

Q:Cannot read property 'minZoom' of undefined ?  改为 Q:Cannot read property 'minZoom' of undefined ?

 

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

Q:Cannot read property 'minZoom' of undefined ?

(由于异步加载百度地图,建议setTimeout,不然有时候会报错有时候正常Q:Cannot read property 'minZoom' of undefined ?