mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 10:18:23 +00:00
Remove unnecessary scrollBehavior function in router.
This commit is contained in:
parent
a4224cea48
commit
275ccbc547
@ -75,9 +75,6 @@ const routes = [
|
|||||||
const router = createRouter({
|
const router = createRouter({
|
||||||
history: createWebHistory(),
|
history: createWebHistory(),
|
||||||
routes,
|
routes,
|
||||||
scrollBehavior: function (_to, _from, savedPosition) {
|
|
||||||
return savedPosition ? savedPosition : window.scrollTo(0, 0);
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export default router;
|
export default router;
|
||||||
|
Loading…
Reference in New Issue
Block a user