[V2] Framework7-Vue input autofucus not working properly

There are 2 pages in my app: indexPage and formPage.
I added autofucus prop to the form (in formPage) like this:

<f7-list-item>
  <f7-label>Name</f7-label>
  <f7-input type="text" placeholder="Name" :autofocus="true"></f7-input>
</f7-list-item>

First time I clicked into formPage, everything works perfectly.
But the autofocus does not work for the second time I clicked in.