pull/4689/head
Conduitry 6 years ago
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…
Cancel
Save