readd subscription

pull/5975/head
Simon H 5 years ago committed by GitHub
parent 8adb725ce6
commit 3d2da01a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,10 +6,13 @@
let count_value;
count.subscribe(value => {
count_value = value;
});
</script>
<h1>The count is {count_value}</h1>
<Incrementer/>
<Decrementer/>
<Resetter/>
<Resetter/>

Loading…
Cancel
Save