0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 00:22:05 +01:00
svelte/documentation/tutorial/03-props/01-declaring-props/app-a/Nested.svelte

6 lines
63 B
Svelte
Raw Normal View History

2019-03-10 14:30:29 +01:00
<script>
let answer;
</script>
2023-05-14 07:50:43 +02:00
<p>The answer is {answer}</p>