|
@@ -268,7 +268,7 @@
|
|
|
const videoObj = computed(() => {
|
|
const videoObj = computed(() => {
|
|
|
return {
|
|
return {
|
|
|
initialtime: initialtime.value,
|
|
initialtime: initialtime.value,
|
|
|
- currentTime: videoRef.value?.currentTime
|
|
|
|
|
|
|
+ currentTime: currTime.value
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
const videoStart = () => {
|
|
const videoStart = () => {
|