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
* Retrieves a tuple containing a reactive object to read the current location's query parameters and a method to update them.
198
+
* The object is a proxy so you must access properties to subscribe to reactive updates.
199
+
* **Note** that values will be strings and property names will retain their casing.
200
+
*
201
+
* The setter method accepts an object whose entries will be merged into the current query string.
202
+
* Values `''`, `undefined` and `null` will remove the key from the resulting query string.
203
+
* Updates will behave just like a navigation and the setter accepts the same optional second parameter as `navigate` and auto-scrolling is disabled by default.
0 commit comments