This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
svelte
Watch
0
Star
0
Fork
0
You've already forked svelte
mirror of
https://github.com/sveltejs/svelte.git
synced
2024-11-29 00:22:05 +01:00
Code
Issues
Releases
Wiki
Activity
993b40201c
svelte
/
documentation
/
tutorial
/
03-props
/
01-declaring-props
/
app-a
/
Nested.svelte
6 lines
63 B
Svelte
Raw
Normal View
History
Unescape
Escape
Add a tutorial (#2132)
2019-03-10 14:30:29 +01:00
<
script
>
let answer;
<
/
script
>
chore(site-2): Run prettier
2023-05-14 07:50:43 +02:00
<
p
>
The answer is
{
answer
}
</
p
>
Copy Permalink