mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-15 16:48:22 -04:00
[web] Return the value of slider as a number
This commit is contained in:
parent
2747289831
commit
b352e964d0
@ -10,7 +10,7 @@
|
|||||||
'--ratio': ratio,
|
'--ratio': ratio,
|
||||||
'--cursor': $filters.cursor(cursor)
|
'--cursor': $filters.cursor(cursor)
|
||||||
}"
|
}"
|
||||||
@input="$emit('update:value', $event.target.value)"
|
@input="$emit('update:value', $event.target.valueAsNumber)"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user