Preserve scroll
This commit is contained in:
parent
74d40a4087
commit
ae811d56bf
|
|
@ -15,7 +15,7 @@ watch(search, debounce((value) => {
|
|||
router.get(
|
||||
route(props.options.route.link, routeOptions),
|
||||
{ search: value },
|
||||
{ preserveState: true, replace: true }
|
||||
{ preserveState: true, replace: true, preserveScroll: true },
|
||||
);
|
||||
}, 300));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user