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