Hi!
I am using Ionic vue and ionic vue router in version 6.0.x.
I noticed, that the IonRouterOutlet component is caching visited pages.
This looks like a nice feature in the first place. And it will be useful in most of the cases to improve app performance and save server requests.
But in some cases I want to force to re-render the page (component) every time when I come back later to that page. I did not find any way to disable caching / keep alived components. It would be just fine to destroy the component when leaving the component / page.
How can I reach this?
1 post - 1 participant