我在我的 vue 中有我的谷歌地方自动完成app.vue
但是我得到了错误
Uncaught TypeError: Cannot read property 'setBounds' of undefined
at eval
这是我的代码https://hastebin.com/ebogewehir.vue
从console.logs
它看来,console.log(autocomplete.getPlace())
打印undefined
但console.log(autocomplete)
打印Bx
。
我在这里遵循了谷歌的文档https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform
我使用了ref
来自这里的变量Google Places Autocomplete Vue.js