mirror of https://github.com/sveltejs/svelte
5 lines
70 B
5 lines
70 B
6 years ago
|
<script>
|
||
|
export let foo = 'bar';
|
||
|
</script>
|
||
|
|
||
|
<input bind:value={foo} >
|