fix: eslint

(cherry picked from commit ba1254f397)
This commit is contained in:
xingyu
2023-07-08 11:13:36 +08:00
committed by shizhong
parent 469e81c963
commit a7fe002abd
2 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,7 @@ const elementBusinessObject = ref<any>({}) // 元素 businessObject 镜像,提
const conditionFormVisible = ref(false) // 流转条件设置
const formVisible = ref(false) // 表单配置
const bpmnElement = ref()
const timer = ref()
provide('prefix', props.prefix)
provide('width', props.width)
const bpmnInstances = () => (window as any)?.bpmnInstances