Update VideoPlayer.vue

This commit is contained in:
nieve 2024-06-09 19:21:13 -04:00
parent e9e1559467
commit 5918d8da8b

View file

@ -12,7 +12,10 @@
class="absolute bottom-0 z-[2000] mb-[3.5%] hidden flex-col items-center" class="absolute bottom-0 z-[2000] mb-[3.5%] hidden flex-col items-center"
> >
<canvas id="preview" ref="preview" class="rounded-sm" /> <canvas id="preview" ref="preview" class="rounded-sm" />
<span class="mt-2 w-min rounded-xl bg-white dark:bg-dark-700 px-2 pb-1 pt-1.5 text-sm" v-text="timeFormat(currentTime)" /> <span
class="mt-2 w-min rounded-xl bg-white px-2 pb-1 pt-1.5 text-sm dark:bg-dark-700"
v-text="timeFormat(currentTime)"
/>
</span> </span>
<button <button
v-if="inSegment" v-if="inSegment"