Skip to content

Commit

Permalink
docs: fix $bindable hash link (#11011)
Browse files Browse the repository at this point in the history
* docs: fix $bindable hash link

* standardise
  • Loading branch information
ignatiusmb authored Apr 1, 2024
1 parent 8c4769d commit 0fa9d16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ By default props are treated as readonly, meaning reassignments will not propaga
Note that you can still use `export const` and `export function` to expose things to users of your component (if they're using `bind:this`, for example).
### `$bindable()`
## `$bindable`
To declare props as bindable, use `$bindable()`. Besides using them as regular props, the parent can (_can_, not _must_) then also `bind:` to them.
Expand Down

0 comments on commit 0fa9d16

Please sign in to comment.