svelte/test/hydration/samples/binding-input/main.html

2 lines
48 B

<input bind:value='name'>
<p>Hello {{name}}!</p>