We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a6b44 commit 58a6522Copy full SHA for 58a6522
src/guide/teleport.md
@@ -53,7 +53,7 @@ app.component('modal-button', {
53
54
Teleport は、グローバルステートに頼ったり、2つのコンポーネントに分割しなくても、HTML の一部を DOM のどの親の下でレンダリングするかを制御するための、きれいな方法を提供します。
55
56
-`<teleport>` を使って、Vue にこの HTML を "**body**" タグに "**teleport**" させるよう、`modal-button` を変更しましょう。
+`<teleport>` を使って、Vue にこの HTML を "**body**" タグに "**teleport (テレポート) **" させるよう、`modal-button` を変更しましょう。
57
58
```js
59
app.component('modal-button', {
0 commit comments