Skip to content

Commit 08485b8

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

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
@@ -120,7 +120,7 @@ app.component('child-component', {
120120
})
121121
```
122122

123-
この場合、 `child-component` が別の場所にレンダリングされたとしても、`parent-component` の子のままとなるため、`name` prop を受け取ります
123+
この場合、 `child-component` が別の場所にレンダリングされたとしても、`parent-component` の子のままとなるため、`name` プロパティを受け取ります
124124

125125
これは、親コンポーネントからの注入が期待通りに動作し、Vue Devtools 上では実際のコンテンツが移動した場所に配置されるのではなく、親コンポーネントの下に配置されることを意味します。
126126

0 commit comments

Comments
 (0)