mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix set volume as Number.
This commit is contained in:
parent
c0cb144876
commit
7dc02267eb
@ -52,7 +52,7 @@
|
|||||||
min="0"
|
min="0"
|
||||||
max="1"
|
max="1"
|
||||||
:value="neko.state.video.volume"
|
:value="neko.state.video.volume"
|
||||||
@input="neko.setVolume(parseInt($event))"
|
@input="neko.setVolume(Number($event.target.value))"
|
||||||
step="0.01"
|
step="0.01"
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user