Syntax error on element binding example

pull/1983/head
Brian Hann 6 years ago committed by GitHub
parent a8f905f933
commit 5b73c03271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ Element bindings make it easy to respond to user interactions:
```html
<!-- { title: 'Element bindings' } -->
<h1>Hello {name}!</h1>
<input bind:value=name>
<input bind:value={name}>
```
```json
@ -158,4 +158,4 @@ export default function createRenderer(canvas, ctx) {
ctx.putImageData(imageData, 0, 0);
}
}
```
```

Loading…
Cancel
Save