FRAMEWORK/VUE

open_now is deprecated as of November 2019. Use the isOpen() method from a PlacesService.getDetails() result instead.

나나나나나나나ㅏ나난ㄴ나ㅏ나나 2020. 11. 23. 23:33
728x90

vue2-google-map 에서 gmap-authocomplete를 사용중에 하단의 오류가 발생했다.

utc_offset의 지원이 중단되었으며, 2020년 11월에 사용이 중단되니 사용하지 말라는 뜻인데 나는 아무리 봐도 사용하고있지않는듯 한데 다음과 같은 오류에 어리둥절해서 구글링을 해보니 쉽게 해결 할 수 있었다!

 

:options="{fields: ['geometry', 'formatted_address', 'address_components']}"
<gmap-autocomplete class="form-control-hj filter-form-control"
                                       @place_changed="setPlace" :options="{fields: ['geometry', 'formatted_address', 'address_components']}"></gmap-autocomplete>

위에 옵션만 추가해주면 해결된다!

 

728x90