This.$f7router.back('/mine.html', {force: true});

when im using

this.$f7router.back('/mine.html', {force: true});

to back to a page and reload it,i find it will load once,and not load once.its so confusing
i use console.log in mine.html page in vue created and mounted function, result were print once and skip once.
log as below

click to back to mine.html
mine has been created
mine has been mounted
click to back to mine.html