How to stop refreshing page on a PWA which built by NuxtJS
I have a PWA, in signup/in page, there are many conditions to show some form components.
for example when I'm be on step 2 of register process, I should switch to phone messenger to read a token that has been sent from server.
Then when I come back to my P...