fix(stage-ui): fixed the system prompt initialisation bug (#796)

* bug-fix(stage-ui): fixed the system prompt not successfully initialised bug

* bug-fix(stage-ui): if it's already initialised, then nothing needs to do in onMounted()

* [autofix.ci] apply automated fixes

* bug-fix(stage-ui): removed onMounted() logic, which is unnecessary

* fix: removed a blank vue playground page in the dev-tool. This should be left for the next PR maybe...

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Lilia_Chen
2025-12-15 21:53:29 +00:00
committed by GitHub
co-authored by autofix-ci[bot]
parent 238797db6e
commit c19ead966a
6 changed files with 57 additions and 39 deletions
+1 -1
View File
@@ -74,4 +74,4 @@
"tinyexec": "^1.0.2",
"vscode-ext-gen": "^1.5.1"
}
}
}