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

Commit

Permalink
docs: add missing opening <NuxtLayout> tag in a code sample (#8349)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala committed Oct 19, 2022
1 parent 0f2ef5d commit d3c37a2
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit d3c37a2

Please sign in to comment.