Skip to content
This repository was 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/content/1.getting-started/5.transitions.md
Original file line number Diff line number Diff line change
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