How can I retrieve the lat and lng values stored in two input fields when a user changes the marker's position on a Google map? When the user clicks to select a new place, I need to update these inputs accordingly. I attempted using v-model but it only triggers when I manually type or paste into the inputs. Is there a method to capture these input values (similar to on-change) within my Vue instance?