mirror of https://github.com/sveltejs/svelte
parent
0a58b15b6a
commit
7a12442c14
@ -1,9 +0,0 @@
|
||||
<script lang="ts">
|
||||
let count = $state(0);
|
||||
|
||||
export { count };
|
||||
</script>
|
||||
|
||||
<button onclick={() => (count += 1)}>
|
||||
{count}
|
||||
</button>
|
||||
@ -1 +0,0 @@
|
||||
[]
|
||||
Loading…
Reference in new issue