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
3e093614db
svelte
/
test
/
parser
/
samples
/
refs
/
input.svelte
5 lines
63 B
Raw
Normal View
History
Unescape
Escape
update parser and js tests
6 years ago
<
script
>
let foo;
<
/
script
>
implement `bind:this`
6 years ago
<
canvas
bind:this
=
{
foo
}
>
</canvas
>