mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 10:55:43 +08:00
编排新增循环
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user