mirror of
https://github.com/danbulant/design
synced 2026-07-06 11:30:39 +00:00
7 lines
No EOL
116 B
Svelte
7 lines
No EOL
116 B
Svelte
<script>
|
|
var name = "world";
|
|
</script>
|
|
|
|
<input type=text bind:value={name}>
|
|
|
|
<input type=text bind:value={name}> |