[V2] Framework7-Vue input autofucus not working during the second time

I modified the template


src/pages/form.vue:

line 6:

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

and F7 input does not autofocus during the second time I enter the “form” page.
Is there any solutions that I can make it autofocus everytime?

Thanks.