scrollBehavior

This commit is contained in:
les 2021-06-20 23:49:28 +02:00
parent 0912ae905a
commit 91f19e0577
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -0,0 +1,3 @@
export default function (to, from, savedPosition) {
return { x: 0, y: 0 }
}