0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 01:11:24 +01:00

site: clarify bind component prop docs (#3484)

This commit is contained in:
Conduitry 2019-11-09 14:32:22 -05:00
parent a83b2fa6d7
commit de80ae72c3

View File

@ -1146,7 +1146,7 @@ bind:property={variable}
---
You can bind to component props using the same mechanism.
You can bind to component props using the same syntax as for elements.
```html
<Keypad bind:value={pin}/>