Add code language to the example

pull/6887/head
gtmnayan 5 years ago
parent 8f35bdbe80
commit 819f4fae65

@ -606,7 +606,7 @@ On `<input>` elements with `type="file"`, you can use `bind:files` to get the [`
`bind:` can be used together with `on:` directives. The order that they are defined in determines the value of the bound variable when the event handler is called.
```
```sv
<script>
let value = 'Hello World';
</script>

Loading…
Cancel
Save