You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case which use Vue as PHP -- just use its ssr feature to render pages. I notice that browser native back/forward don't work correctly cause of this will push a needless extra history change on each init render, which make the native back button must be click twice to back last page.
I have a use case which use Vue as PHP -- just use its ssr feature to render pages. I notice that browser native back/forward don't work correctly cause of this will push a needless extra history change on each init render, which make the native back button must be click twice to back last page.
I made a pr about this issue.
The text was updated successfully, but these errors were encountered: