mirror of https://github.com/sveltejs/svelte
parent
ebbbc0d298
commit
f9a0097fba
@ -1,5 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
let answer;
|
export let answer;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<p>The answer is {answer}</p>
|
<p>The answer is {answer}</p>
|
Loading…
Reference in new issue