Help route not work

every 3 returns-error

<f7-link icon-if-ios="f7:chevron_left" back icon-color="blue" icon-size="22px"></f7-link>


postView(id, type){
this.$f7.view.main.router.navigate(`/post-view/${type}/${id}`)
}
1 Like

Please, post your code for more details.

which code should I show you ? I use standard tools
<f7-link icon-if-ios="f7:chevron_left" back icon-color="blue" icon-size="22px"></f7-link>

1 Like

The link itself can’t cause this issue, issue somewhere in your code, what is the postView function you refer? Need more details and better live example

1 Like