enable `scrollRestoration`

This commit is contained in:
EGOIST 2022-05-22 19:21:21 +08:00
parent 34d76ec5c2
commit 4d0828752f
1 changed files with 3 additions and 0 deletions

View File

@ -5,4 +5,7 @@ module.exports = {
env: {
APP_DESCRIPTION: pkg.description,
},
experimental: {
scrollRestoration: true,
},
}