scrollBehavior

This commit is contained in:
les
2021-06-20 23:49:28 +02:00
parent 0912ae905a
commit 91f19e0577

View File

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