mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +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]
|
```vue [app.vue]
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
<NuxtLayout>
|
||||||
<NuxtPage :transition="{
|
<NuxtPage :transition="{
|
||||||
name: 'bounce',
|
name: 'bounce',
|
||||||
mode: 'out-in'
|
mode: 'out-in'
|
||||||
|
Loading…
Reference in New Issue
Block a user