Skip to content

Commit

Permalink
Merge pull request #407 from gldaniil/patch-7
Browse files Browse the repository at this point in the history
fix: add translation in async.md
  • Loading branch information
Ibochkarev authored Apr 11, 2024
2 parents 75a1283 + 8201804 commit 1e05c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/components/async.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ app.component('MyComponent', defineAsyncComponent(() =>

<div class="options-api">

You can also use `defineAsyncComponent` when [registering a component locally](/guide/components/registration.html#local-registration):
Вы также можете использовать `defineAsyncComponent` при [локальной регистрации компонента](/guide/components/registration.html#local-registration):

```vue
<script>
Expand Down

0 comments on commit 1e05c74

Please sign in to comment.