scrolls to the page top when navigating
This commit is contained in:
parent
25cfec981e
commit
3125f0249c
1 changed files with 3 additions and 0 deletions
|
@ -64,6 +64,9 @@ const refresh = async () => {
|
||||||
|
|
||||||
determineWarning()
|
determineWarning()
|
||||||
determineStylesheets(routeConfig.stylesheetUrls)
|
determineStylesheets(routeConfig.stylesheetUrls)
|
||||||
|
scrollTo({
|
||||||
|
top: 0,
|
||||||
|
})
|
||||||
|
|
||||||
ready.value = true
|
ready.value = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue