File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
components/bpmnProcessDesigner/package/penal Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ const elementBusinessObject = ref<any>({}) // 元素 businessObject 镜像,提
109
109
const conditionFormVisible = ref (false ) // 流转条件设置
110
110
const formVisible = ref (false ) // 表单配置
111
111
const bpmnElement = ref ()
112
- const timer = ref ()
112
+
113
113
provide (' prefix' , props .prefix )
114
114
provide (' width' , props .width )
115
115
const bpmnInstances = () => (window as any )?.bpmnInstances
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ import hljs from 'highlight.js' // 导入代码高亮文件
38
38
import ' highlight.js/styles/github.css' // 导入代码高亮样式
39
39
import xml from ' highlight.js/lib/languages/java'
40
40
import json from ' highlight.js/lib/languages/json'
41
+ import formCreate from ' @form-create/element-ui'
41
42
42
43
defineOptions ({ name: ' InfraBuild' })
43
44
You can’t perform that action at this time.
0 commit comments