pull/7738/head
Conduitry 7 years ago
parent 9e9ea411f7
commit 6dad5bdc2b

@ -0,0 +1,3 @@
export default {
html: `{"bar":42}`
};

@ -0,0 +1,7 @@
<script>
let foo = {};
let bar = 42;
$: foo.bar = bar;
</script>
{JSON.stringify(foo)}
Loading…
Cancel
Save