我是nuxt的新手,并试图使用外部源(在这种情况下是google api)。参考后:https://nuxtjs.org/faq/我看到脚本已添加到index.html的头部。但是我该如何使用它?
目前我在已安装的活动中有这个:
mounted: function () {
const element = document.getElementById(this.mapName)
const options = {
zoom: 14,
center: new google.maps.LatLng(51.501527, -0.1921837)
}
const map = new google.maps.Map(element, options)
}
但我收到错误:
'google' is not defined
谢谢!
答案 0 :(得分:0)
知道了,您可以通过以下方式输入:window.google