添加可视化编排的独立入口

This commit is contained in:
fofolee
2025-01-12 15:35:45 +08:00
parent 2fcad53ef9
commit 9df34cfe08
9 changed files with 134 additions and 63 deletions

View File

@@ -9,6 +9,7 @@
<ComposerButtons
:generate-code="generateCode"
:is-all-collapsed="isAllCollapsed"
:show-close-button="showCloseButton"
@action="handleAction"
class="flex-grow"
/>
@@ -97,6 +98,10 @@ export default defineComponent({
type: Function,
required: true,
},
showCloseButton: {
type: Boolean,
default: true,
},
},
setup() {
const getCurrentVariables = inject("getCurrentVariables");