Hello, I’m working on F7 Svelte and I have some routes with dynamic json load for data, the function is excecuted from the router.js but my problem is that when I do f7router.back(); the page doesnt reload it data.
How could I force to reExecute the async method of the router.js when going back to a page.