fix: eslint
This commit is contained in:
parent
540d8496b3
commit
ba1254f397
@ -109,7 +109,7 @@ const elementBusinessObject = ref<any>({}) // 元素 businessObject 镜像,提
|
|||||||
const conditionFormVisible = ref(false) // 流转条件设置
|
const conditionFormVisible = ref(false) // 流转条件设置
|
||||||
const formVisible = ref(false) // 表单配置
|
const formVisible = ref(false) // 表单配置
|
||||||
const bpmnElement = ref()
|
const bpmnElement = ref()
|
||||||
const timer = ref()
|
|
||||||
provide('prefix', props.prefix)
|
provide('prefix', props.prefix)
|
||||||
provide('width', props.width)
|
provide('width', props.width)
|
||||||
const bpmnInstances = () => (window as any)?.bpmnInstances
|
const bpmnInstances = () => (window as any)?.bpmnInstances
|
||||||
|
@ -38,6 +38,7 @@ import hljs from 'highlight.js' // 导入代码高亮文件
|
|||||||
import 'highlight.js/styles/github.css' // 导入代码高亮样式
|
import 'highlight.js/styles/github.css' // 导入代码高亮样式
|
||||||
import xml from 'highlight.js/lib/languages/java'
|
import xml from 'highlight.js/lib/languages/java'
|
||||||
import json from 'highlight.js/lib/languages/json'
|
import json from 'highlight.js/lib/languages/json'
|
||||||
|
import formCreate from '@form-create/element-ui'
|
||||||
|
|
||||||
defineOptions({ name: 'InfraBuild' })
|
defineOptions({ name: 'InfraBuild' })
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user