mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
more refactors
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<input
|
||||
class="progress-bar"
|
||||
id="progress"
|
||||
type="range"
|
||||
:value="pos"
|
||||
min="0"
|
||||
max="1000"
|
||||
max="100"
|
||||
step="0.1"
|
||||
@change="seek()"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user