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

View File

@ -36,6 +36,7 @@ import hljs from 'highlight.js' // 导入代码高亮文件
import 'highlight.js/styles/github.css' //
import xml from 'highlight.js/lib/languages/java'
import json from 'highlight.js/lib/languages/json'
import formCreate from '@form-create/element-ui'
const { t } = useI18n() //
const message = useMessage() //