lanceJiang 9 months ago
parent
commit
38957acb66
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/scWorkflow/nodes/branch.vue

+ 2 - 1
src/components/scWorkflow/nodes/branch.vue

@@ -18,7 +18,8 @@ export default defineComponent({
 	},
 	props: {
 		modelValue: {
-			type: Object, default: () => {}
+			type: Object,
+			default: () => {}
 		},
 		disabled: {
 			type: Boolean,