pull/1880/head
Rich Harris 7 years ago
parent a3e95c7b10
commit cabfebfa95

@ -1,6 +1,5 @@
<script>
export let count;
let double;
</script>
<button on:click="{() => count.update(n => n + 1)}">count {$count}</button>
Loading…
Cancel
Save