mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
docs: fix typo in layout description (#23862)
This commit is contained in:
parent
bdc7a357ba
commit
755cf20534
@ -22,7 +22,7 @@ Layouts are enabled by adding [`<NuxtLayout>`](/docs/api/components/nuxt-layout)
|
||||
```
|
||||
|
||||
To use a layout:
|
||||
- Set a `layout` property in your with with [definePageMeta](/docs/api/utils/define-page-meta)
|
||||
- Set a `layout` property in your page with [definePageMeta](/docs/api/utils/define-page-meta).
|
||||
- Set the `name` prop of `<NuxtLayout>`.
|
||||
|
||||
::callout{color="blue" icon="i-ph-info-duotone"}
|
||||
|
Loading…
Reference in New Issue
Block a user