mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: fix note in layers usage chapter (#28236)
This commit is contained in:
parent
8cde409076
commit
1a2cae7d9a
@ -20,7 +20,9 @@ One of the core features of Nuxt is the layers and extending support. You can ex
|
|||||||
|
|
||||||
By default, any layers within your project in the `~/layers` directory will be automatically registered as layers in your project
|
By default, any layers within your project in the `~/layers` directory will be automatically registered as layers in your project
|
||||||
|
|
||||||
::note Layer auto-registration was introduced in Nuxt v3.12.0 ::
|
::note
|
||||||
|
Layer auto-registration was introduced in Nuxt v3.12.0
|
||||||
|
::
|
||||||
|
|
||||||
In addition, you can extend from a layer by adding the [extends](/docs/api/nuxt-config#extends) property to your [`nuxt.config`](/docs/guide/directory-structure/nuxt-config) file.
|
In addition, you can extend from a layer by adding the [extends](/docs/api/nuxt-config#extends) property to your [`nuxt.config`](/docs/guide/directory-structure/nuxt-config) file.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user