[+] 优化逻辑

This commit is contained in:
acgist
2023-03-05 12:28:28 +08:00
parent c49c3b19d8
commit 4ddf66f0d8
4 changed files with 19 additions and 36 deletions

View File

@@ -58,6 +58,7 @@ export default {
mounted() {
this.audio = this.$refs.audio;
this.video = this.$refs.video;
this.client.proxy = this;
},
props: {
"client": {