gancio-upstream/app/router.scrollBehavior.js
2021-06-20 23:49:28 +02:00

3 lines
78 B
JavaScript

export default function (to, from, savedPosition) {
return { x: 0, y: 0 }
}