Skip to content

Commit 3275ec7

Browse files
pull[bot]NataliaTepluhinayulerAlex-Sokolovinquisitivecrystal
authored
[pull] indonesian from master (#11)
* fix: fixed custom directives migration guide * Update the GitHub repo link to `vue-next` (vuejs#672) * Update introduction.md (vuejs#673) * Improve formatting of teleport.md (vuejs#674) This switches a link to using VideoLesson, which should make it look a lot better. It also fixes a small punctuation typo. * Fix a typo (vuejs#675) Co-authored-by: NataliaTepluhina <tarya.se@gmail.com> Co-authored-by: YuLe <joyful4yu@gmail.com> Co-authored-by: Alexander Sokolov <modex13@gmail.com> Co-authored-by: Aris Merchant <wizkarim@gmail.com> Co-authored-by: Kid <44045911+kidonng@users.noreply.github.com>
1 parent 709ee59 commit 3275ec7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/guide/contributing/translations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Translations
22

3-
Vue has spread across the globe, with the core team being in at least half a dozen different timezones. [The forum](https://forum.vuejs.org/) includes 7 languages and counting and many of our docs have [actively-maintained translations](https://github.com/vuejs?utf8=%E2%9C%93&q=vuejs.org). We'are very proud of Vue's international reach, but we can do even better.
3+
Vue has spread across the globe, with the core team being in at least half a dozen different timezones. [The forum](https://forum.vuejs.org/) includes 7 languages and counting and many of our docs have [actively-maintained translations](https://github.com/vuejs?utf8=%E2%9C%93&q=vuejs.org). We're very proud of Vue's international reach, but we can do even better.
44

55
## Can we start translating Vue 3 docs?
66

src/guide/migration/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The following consists a list of breaking changes from 2.x:
112112
- [$on, $off and $once instance methods](/guide/migration/events-api.html)
113113
- [Filters](/guide/migration/filters.html)
114114
- [Inline templates attributes](/guide/migration/inline-template-attribute.html)
115-
- [`$children` intance property](/guide/migration/children.md)
115+
- [`$children` instance property](/guide/migration/children.md)
116116
- `$destroy` instance method. Users should no longer manually manage the lifecycle of individual Vue components.
117117

118118
## Supporting Libraries

src/guide/teleport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Teleport
22

3-
<div class="vueschool"><a href="https://vueschool.io/lessons/vue-3-teleport?friend=vuejs" target="_blank" rel="sponsored noopener" title="Learn how to use teleport with Vue School">Learn how to use teleport with a free lesson on Vue School</a></div>
3+
<VideoLesson href="https://vueschool.io/lessons/vue-3-teleport?friend=vuejs" title="Learn how to use teleport with Vue School">Learn how to use teleport with a free lesson on Vue School</VideoLesson>
44

55
Vue encourages us to build our UIs by encapsulating UI and related behavior into components. We can nest them inside one another to build a tree that makes up an application UI.
66

@@ -140,4 +140,4 @@ A common use case scenario would be a reusable `<Modal>` component of which ther
140140
</div>
141141
```
142142

143-
You can check `<teleport>` component options in the [API reference](../api/built-in-components.html#teleport)
143+
You can check `<teleport>` component options in the [API reference](../api/built-in-components.html#teleport).

0 commit comments

Comments
 (0)