more refactors

This commit is contained in:
geoffrey45
2022-02-24 09:05:50 +03:00
parent 38df211882
commit ca790e97d9
10 changed files with 29 additions and 24 deletions
+2 -2
View File
@@ -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>