This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
svelte
mirror of
https://github.com/sveltejs/svelte
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
180c387c8d
svelte
/
test
/
js
/
samples
/
each-block-array-literal
/
input.svelte
3 lines
58 B
Raw
Blame
History
{
#each
[
1
,
2
,
3
,
4
,
5
]
as
num
}
<
span
>
{
num
}
</
span
>
{
/each
}
Reference in new issue
View Git Blame
Copy Permalink