This commit is contained in:
神仙都没用 2024-01-02 15:30:28 +08:00
parent 276d1b81dc
commit d617664055

View File

@ -229,8 +229,6 @@ const media = reactive({
if (!el) { if (!el) {
el = refs[props.item.type!]; el = refs[props.item.type!];
console.log(el);
// //
el?.addEventListener("ended", () => { el?.addEventListener("ended", () => {
media.pause(); media.pause();