Skip to content

Commit 7968c78

Browse files
authored
Merge pull request #603 from oekazuma/bind-property-translate
translte bind:property into Japanese
2 parents d725838 + ba0f5cd commit 7968c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/02-template-syntax/06-component-directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ bind:property={variable}
109109
<Keypad bind:value={pin} />
110110
```
111111

112-
While Svelte props are reactive without binding, that reactivity only flows downward into the component by default. Using `bind:property` allows changes to the property from within the component to flow back up out of the component.
112+
Svelteのpropsはバインドをしなくてもリアクティブですが、そのリアクティビティはデフォルトでコンポーネントの下向きにしか流れません。`bind:property`を使用することで、コンポーネント内部でのプロパティの変更をコンポーネントの外部に戻すことができます。
113113

114114
## bind:this
115115

0 commit comments

Comments
 (0)