svelte/test/generator/binding-input-text/main.html

3 lines
48 B

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