暂停,需要解决一些问题
This commit is contained in:
@@ -101,7 +101,7 @@ onMounted(() => {
|
||||
el.oncontextmenu = () => false;
|
||||
document.getElementById("data").appendChild(el);
|
||||
|
||||
if (el.track.kind === "video") {
|
||||
if (ev.track.kind === "video") {
|
||||
const ctx = video.getContext("2d");
|
||||
setTimeout(() => {
|
||||
ctx.drawImage(this.video, 0, 0);
|
||||
|
Reference in New Issue
Block a user