olefirenko / vue-google-autocomplete

A Vue.js autosuggest component for the Google Places API.
https://olefirenko.github.io/vue-google-autocomplete/
MIT License
505 stars 258 forks source link

Vue 3 support #177

Closed Alqua closed 2 years ago

Alqua commented 2 years ago

Hello :) Can I use this component with Vue 3? or is there any plan to make a vue 3 version?

magFixCorp commented 2 years ago

I migrated my project from vue 2 to Vue 3 and this plugin requires no update. But please note that I am still using Options API. If you want to use it with Composition API this plugin needs to be reworked.