mirror of https://github.com/sveltejs/svelte
parent
5f053325c0
commit
cbb92e6f6c
@ -1 +1,5 @@
|
|||||||
|
<script>
|
||||||
|
export let foo;
|
||||||
|
</script>
|
||||||
|
|
||||||
{foo.bar.baz}
|
{foo.bar.baz}
|
||||||
|
@ -1 +1,5 @@
|
|||||||
|
<script>
|
||||||
|
export let foo;
|
||||||
|
</script>
|
||||||
|
|
||||||
<input bind:value={foo.bar.baz}>
|
<input bind:value={foo.bar.baz}>
|
||||||
|
Loading…
Reference in new issue