Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

docs: add missing opening <NuxtLayout> tag in a code sample #8349

Merged
merged 1 commit into from Oct 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/content/1.getting-started/5.transitions.md
Expand Up @@ -371,6 +371,7 @@ When `<NuxtPage />` is used in `app.vue`, transition-props can be passed directl
```vue [app.vue]
<template>
<div>
<NuxtLayout>
<NuxtPage :transition="{
name: 'bounce',
mode: 'out-in'
Expand Down