vue-condition-watcher icon indicating copy to clipboard operation
vue-condition-watcher copied to clipboard

Prevent other query parameters from being overwritten

Open goldelehr opened this issue 3 years ago • 0 comments

Is it possible to have vue-condition-watcher not overwrite query params from other vue-condition-watcher instances? For example i have a data-table component wich makes use of vue-condition-watcher but i also build a sibling component for defining filter criteria which also syncs its values to query parameters. Right now vue-condition-watcher removes all query parameters which are not defined in conditions.

goldelehr avatar Jan 28 '22 09:01 goldelehr