(V1) navigating to same view with different data

Hi Guys!

I’m having a problem navigating from a view (using vue component) to the same view with different data? meaning the component will only load with “reload:true” and then I lose the history in my router, any idea on how to do it?

doing this from item.vue:

onDataLoad() {
f7.getCurrentView().router.loadPage({url;"/item";reload:true})
}

anyone?
:dizzy_face:

Guess because v1 was a couple of years ago. Would be good to see live example or JSFiddle to see the issue