* 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>
Stage UI
Shared core for stage
Histoire (UI storyboard)
pnpm -F @proj-airi/stage-ui run story:dev
Project structure
- If a story is bound to a specific component, it can be placed beside the component in the
srcfolder. e.g.,MyComponent.story.vue - If a story is not bound to a specific component, then it should be placed in the
storiesfolder. e.g.,MyStory.story.vue