mirror of https://github.com/sveltejs/svelte
docs: update 7gui example links (#6052)
parent
c56653dfd6
commit
ce3a579125
@ -1,7 +1,7 @@
|
|||||||
|
<!-- https://eugenkiss.github.io/7guis/tasks#counter -->
|
||||||
<script>
|
<script>
|
||||||
let count = 0;
|
let count = 0;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- https://github.com/eugenkiss/7guis/wiki#counter -->
|
|
||||||
<input type=number bind:value={count}>
|
<input type=number bind:value={count}>
|
||||||
<button on:click="{() => count += 1}">count</button>
|
<button on:click="{() => count += 1}">count</button>
|
Loading…
Reference in new issue