docs: add missing opening <NuxtLayout> tag in a code sample (#8349)

This commit is contained in:
Damian Głowala 2022-10-20 00:23:37 +02:00 committed by GitHub
parent 0f2ef5d412
commit d3c37a285f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'