mirror of https://github.com/sveltejs/svelte
parent
6ad89f9091
commit
196ea3a145
@ -0,0 +1,5 @@
|
|||||||
|
<script>
|
||||||
|
export let value = 5;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<input type="number" bind:value />
|
@ -1,5 +0,0 @@
|
|||||||
<script>
|
|
||||||
export let value = 5
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<input type="number" bind:value />
|
|
Loading…
Reference in new issue