Skip to content

Commit

Permalink
Merge pull request #472 from 11Alone11/patch-21
Browse files Browse the repository at this point in the history
Fix translation render-function.md
  • Loading branch information
Ibochkarev authored Aug 14, 2024
2 parents 4521a10 + b74be43 commit 011af78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/extras/render-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ vnode.key // null
Полный интерфейс `VNode` содержит множество других внутренних свойств, но настоятельно рекомендуется избегать использования любых свойств, кроме перечисленных здесь. Это позволит избежать непредвиденных ошибок в случае изменения внутренних свойств.
:::

### Обьявление Render-функций {#declaring-render-functions}
### Объявление Render-функций {#declaring-render-functions}

<div class="composition-api">

Expand Down

1 comment on commit 011af78

@vercel
Copy link

@vercel vercel bot commented on 011af78 Aug 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.