docs: fix note in layers usage chapter (#28236)

This commit is contained in:
Vaci 2024-07-20 10:20:52 +02:00 committed by GitHub
parent 8cde409076
commit 1a2cae7d9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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
::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.