mirror of https://github.com/sveltejs/svelte
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…
Reference in new issue