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