Skip to content

Commit 14ed066

Browse files
committed
fix: markdown format
1 parent bac6fd5 commit 14ed066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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-
<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>
3+
<VideoLesson href="https://vueschool.io/lessons/vue-3-teleport?friend=vuejs" title="Vue School で Teleport の使い方を学ぶ">Vue School の無料レッスンで Teleport の使い方を学ぶ</VideoLesson>
44

55
Vue は私たちに、UI やそれに関連する挙動をコンポーネントにして、カプセル化することで UI を作り上げることを勧めています。私たちはそれらを互いに入れ子にして、アプリケーションを構成するツリーを作ることができます。
66

@@ -55,7 +55,7 @@ app.component('modal-button', {
5555

5656
Teleport は、グローバルステートに頼ったり、2つのコンポーネントに分割しなくても、HTML の一部を DOM のどの親の下でレンダリングするかを制御するための、きれいな方法を提供します。
5757

58-
`<teleport>` を使って、Vue にこの HTML を "**body**" タグに "**teleport (テレポート) **" させるよう、`modal-button` を変更しましょう。
58+
`<teleport>` を使って、Vue にこの HTML を "**body**" タグに "**teleport** (テレポート) " させるよう、`modal-button` を変更しましょう。
5959

6060
```js
6161
app.component('modal-button', {

0 commit comments

Comments
 (0)