Vue2 - Navbar not updating on back-link

The problem I am having is when I click on the back link, sometimes the navbar doesn’t update.

Let’s say I have component A and component B.

I open B from A. So B displays with B’s navbar. Then I click “back”. Then A displays with B’s navbar.

The problem is intermittent.

I have only simple routing set up. It’s just path and component.

I am working with the following versions:
“framework7”: “^2.0.10”,
“framework7-icons”: “^0.8.9”,
“framework7-vue”: “^2.0.10”,
“material-design-icons”: “^3.0.1”,