编排新增循环

This commit is contained in:
fofolee
2025-01-02 01:09:18 +08:00
parent 37ebebc5ac
commit 620f42d64b
7 changed files with 294 additions and 51 deletions

View File

@@ -107,6 +107,9 @@ export default defineComponent({
ConditionalJudgment: defineAsyncComponent(() =>
import("components/composer/control/ConditionalJudgment.vue")
),
LoopControl: defineAsyncComponent(() =>
import("components/composer/control/LoopControl.vue")
),
},
props: {
command: {