useRoute() from my dynamic URL routes.await navigateTo() (or await router.push()), which is my goal...onMounted fn doesn't help (onMounted(() => console.log("pastRoute", (useRoute().params)));) it logs an empty object. But if I just reload the page... the params are there...