8000 feat(nuxt): allow dynamic `scrollToTop` page meta by prashantpalikhe Β· Pull Request #21741 Β· nuxt/nuxt Β· GitHub
[go: up one dir, main page]

Skip to content

feat(nuxt): allow dynamic scrollToTop page meta #21741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[autofix.ci] apply automated fixes
  • Loading branch information
autofix-ci[bot] authored Jun 24, 2023
commit 544e1b4cc86effbab8687d6dfa782ecaf6109367
1 change: 0 additions & 1 deletion docs/3.api/3.utils/define-page-meta.md
7F72
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ interface PageMeta {

Tell Nuxt to scroll to the top before rendering the page or not. If you want to overwrite the default scroll behavior of Nuxt, you can do so in `~/app/router.options.ts` (see [docs](/docs/guide/directory-structure/pages/#router-options)) for more info.


**`[key: string]`**

- **Type**: `any`
Expand Down
0