scrolls to the page top when navigating

This commit is contained in:
lightling 2024-03-21 21:47:28 -04:00
parent 25cfec981e
commit 3125f0249c

View file

@ -64,6 +64,9 @@ const refresh = async () => {
determineWarning()
determineStylesheets(routeConfig.stylesheetUrls)
scrollTo({
top: 0,
})
ready.value = true
}