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
91388ecf77
svelte
/
test
/
runtime
/
samples
/
event-handler-each-this
/
main.html
3 lines
97 B
Raw
Blame
History
{#each items as item}
<
button
on:click
=
'fire("clicked", { node: this })'
>
{item}
<
/
button
>
{/each}
Reference in new issue
View Git Blame
Copy Permalink