docs: update link to router options (#22131)

This commit is contained in:
Luke Pinion 2023-07-13 12:26:49 -05:00 committed by GitHub
parent b06ae969f6
commit 21ea0faf8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ See [middleware migration](/docs/migration/plugins-and-middleware).
## `scrollToTop`
This feature is not yet supported in Nuxt 3. If you want to overwrite the default scroll behavior of `vue-router`, you can do so in `~/app/router.options.ts` (see [docs](/docs/guide/directory-structure/pages/#router-options)) for more info.
This feature is not yet supported in Nuxt 3. If you want to overwrite the default scroll behavior of `vue-router`, you can do so in `~/app/router.options.ts` (see [docs](/docs/guide/going-further/custom-routing#router-options)) for more info.
## `transition`