vue-query-synchronizer
vue-query-synchronizer copied to clipboard
browser addressbar model/query synchronization for vuejs + router
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
I want replace url query without redirecting ,use window.history.replaceState
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....
Adding the option to select `replace()` as the router navigation method, for cases where you don't want to keep the query changes in history.
Currently there is no way of programatically unsetting an integer type prop from query once it is set in URL. - setting it to `null` sets the property to default...