mirror of https://github.com/sveltejs/svelte
* ssr-textarea-bind-fix * oops * trying again * Fixing an old test * avoid creating extra function expressionpull/2990/head
parent
99de443181
commit
17c4a25016
@ -0,0 +1 @@
|
|||||||
|
<textarea>hello</textarea>
|
@ -0,0 +1,5 @@
|
|||||||
|
<script>
|
||||||
|
let value = 'hello';
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<textarea bind:value></textarea>
|
Loading…
Reference in new issue