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
{{ message }}
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
When a user goes back or forth in the browser history, the URL is changed but the values in components remain old.
I think the problem is in handler.setQuery() function. It is missing the reactive Vue.set/delete call for the changed parameters.
To simulate this problem, switch to the vue-2 branch, start it, change something in the form and the click the back button in the browser. The form remains unchanged.
v2.4.1, Vue 2
P.S. Thanks for this awesome library, extremely useful! ❤️
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a user goes back or forth in the browser history, the URL is changed but the values in components remain old.
I think the problem is in
handler.setQuery()
function. It is missing the reactive Vue.set/delete call for the changed parameters.To simulate this problem, switch to the
vue-2
branch, start it, change something in the form and the click the back button in the browser. The form remains unchanged.v2.4.1, Vue 2
P.S. Thanks for this awesome library, extremely useful! ❤️
The text was updated successfully, but these errors were encountered: