pull/13560/head
Rich Harris 2 years ago
parent fbfd12c142
commit 22722271ff

@ -112,7 +112,7 @@ If you export a `const`, `class` or `function`, it is readonly from outside the
</script>
```
Readonly props can be accessed as properties on the element, tied to the component using [`bind:this` syntax](bindings#bind-this).
Readonly props can be accessed as properties on the element, tied to the component using [`bind:this` syntax](bindings#bind:this).
### Reactive variables

Loading…
Cancel
Save