lanceJiang hace 9 meses
padre
commit
38957acb66
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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,