mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: add missing opening <NuxtLayout>
tag in a code sample (#8349)
This commit is contained in:
parent
0f2ef5d412
commit
d3c37a285f
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user