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

Commit d3c37a2

Browse files
docs: add missing opening <NuxtLayout> tag in a code sample (#8349)
1 parent 0f2ef5d commit d3c37a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/content/1.getting-started/5.transitions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ When `<NuxtPage />` is used in `app.vue`, transition-props can be passed directl
371371
```vue [app.vue]
372372
<template>
373373
<div>
374+
<NuxtLayout>
374375
<NuxtPage :transition="{
375376
name: 'bounce',
376377
mode: 'out-in'

0 commit comments

Comments
 (0)