I noticed that when changing route, the component is not being remove unlike previous versions of vue when routing.
But then when going back to that route the data is being persisted which is should not be.
Is there options on how to make this rerendered so that the values or states are back to normal.
The Login component shouldnt be there, because it was already routed to other path.
When going back to the Login Path, the data is not on the default state
1 post - 1 participant