Fixed bug in declaring-props in Nested.svelte

pull/5526/head
Andrei 5 years ago committed by GitHub
parent ebbbc0d298
commit f9a0097fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save