Skip to content

Commit

Permalink
feat(docs): Актуализация docs/1.getting-started/9.layers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mnenie committed Jul 19, 2024
1 parent bfda3db commit 28ddca7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/1.getting-started/9.layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ navigation.icon: i-ph-stack-duotone

## Использование

By default, any layers within your project in the `~/layers` directory will be automatically registered as layers in your project
По умолчанию все файлы в директории `~/layers` будут автоматически зарегистрированы как слои в вашем проекте

::note Layer auto-registration was introduced in Nuxt v3.12.0 ::
::note
Авторегистрация слоев была введена в 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.
Кроме того, вы можете расширить слой, добавив свойство [extends](/docs/api/nuxt-config#extends) в файл [`nuxt.config`](/docs/guide/directory-structure/nuxt-config).

```ts [nuxt.config.ts]
export default defineNuxtConfig({
Expand Down

0 comments on commit 28ddca7

Please sign in to comment.