Share model with Vuejs Component

Is it possible to share a model with a vuejs component?

I am trying to integrate Google Autocomplete into Livewire. The npm package emits event (I seem to not be able to capure it) which is used to transform google API response.

I am using latest livewire and have added livewire-vue plugin.

1 Like