GeoChart in Vue throwing error : chartsLib.visualization[this.type] is not a constructor

GeoChart in Vue throwing error : chartsLib.visualization[this.type] is not a constructor

我一直在开发一个简单的单页应用程序,它使用 GeoChart 在世界地图上显示数据。 一切工作正常,我能够在应用程序上工作将近 3 个月的时间来查看地图,直到我在本地主机上测试我的应用程序时突然停止显示地图,尽管对 geomap vue 组件进行了零更改

点击“检查”->“网络”后,我可以看到下面的错误(请看屏幕截图)

为了方便您重现错误,我在这里使用 codesandbox 创建了一个简单的 vue 组件副本 https://codesandbox.io/s/sharp-goldberg-djdfi?fontsize=14&hidenavigation=1&theme=dark

本人前端、Vue、JS完全是新手,还请大家多多关照!

这是由于 Google 图表发生了变化。升级到 vue-chartkick 0.6.1 将修复它。

更多上下文:https://github.com/ankane/chartkick/issues/543