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:
parent
a83b2fa6d7
commit
de80ae72c3
@ -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}/>
|
||||
|
Loading…
Reference in New Issue
Block a user