documentation: fix mistake in the usage of props

pull/7927/head
Tom Quinonero 4 years ago committed by GitHub
parent 6ac7038e47
commit 5c91f2e8be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
<script> <script>
let answer; export answer;
</script> </script>
<p>The answer is {answer}</p> <p>The answer is {answer}</p>
Loading…
Cancel
Save