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