fix: serial console not work

Signed-off-by: andy.lee <andy.lee@suse.com>
(cherry picked from commit 69d7046bc7a3b8d546e34900a9752fd142cc6c77)
This commit is contained in:
andy.lee 2025-01-09 17:13:10 +08:00 committed by Mergify
parent 0f03fc0805
commit 42fc9d8fae

View File

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