I have an application where I pass information in components to be sent to the database... after sending I use v-if to hide this component, but when opening this component again the values passed in the previous inputs appear again in this new component, as we having a memory leak, even if I destroy this component and render it again! I'm using nuxt3 and this same code worked perfectly on nuxt2