There seems to be an issue with the updating of Reactive and Ref data in Vue Dev Tools when changes are made in an input field bound with v-model within a form. The updated data is only visible when I interact with another component and then return to the previous one in the dev tools.
Could this be related to a reactivity problem? If so, how?