Merge pull request #70 from a110605/issue_7220

fix: serial console not work
This commit is contained in:
Andy Lee 2025-01-10 14:20:22 +08:00 committed by GitHub
commit fb7d604ed6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,8 @@ export default {
}); });
this.queue = []; this.queue = [];
}, 5) }, 10),
deep: true
} }
}, },