Update site/content/docs/02-template-syntax.md

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/7357/head
Tan Li Hau 4 years ago committed by GitHub
parent cddf6a0f26
commit 92242089bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -627,7 +627,7 @@ On `<input>` elements with `type="file"`, you can use `bind:files` to get the [`
--- ---
If you're using `bind:` directives together with `on:` directives, their order can affect what value the bound variable has when the event handler is called. If you're using `bind:` directives together with `on:` directives, the order that they're defined in affects the value of the bound variable when the event handler is called.
```sv ```sv
<script> <script>

Loading…
Cancel
Save