Skip to content

Commit 58a6522

Browse files
Pittankazupon
andauthored
Update src/guide/teleport.md
Co-authored-by: kazuya kawaguchi <[email protected]>
1 parent c7a6b44 commit 58a6522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/teleport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ app.component('modal-button', {
5353

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

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

5858
```js
5959
app.component('modal-button', {

0 commit comments

Comments
 (0)