mirror of https://github.com/sveltejs/svelte
parent
49d9a28a9f
commit
3bf522cdf2
@ -0,0 +1 @@
|
||||
[]
|
@ -0,0 +1,7 @@
|
||||
<script>
|
||||
const dummy = {
|
||||
foo: 'bar'
|
||||
};
|
||||
</script>
|
||||
|
||||
<input bind:value={dummy.foo}>
|
Loading…
Reference in new issue