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
290746cfbd
svelte
/
test
/
js
/
samples
/
input-range
/
input.svelte
5 lines
68 B
Raw
Normal View
History
Unescape
Escape
update parser and js tests
6 years ago
<
script
>
export let value;
<
/
script
>
fix duplicate events on range input bindings (#1419)
7 years ago
<
input
type
=
range
bind:value
>