design/src/routes/posts/writing-personal-home-page/_comp/bidiExample.svelte
2022-03-05 18:01:57 +01:00

7 lines
No EOL
116 B
Svelte

<script>
var name = "world";
</script>
<input type=text bind:value={name}>
<input type=text bind:value={name}>