Skip to content

Commit ba1254f

Browse files
committed
fix: eslint
1 parent 540d849 commit ba1254f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/bpmnProcessDesigner/package/penal/PropertiesPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const elementBusinessObject = ref<any>({}) // 元素 businessObject 镜像,提
109109
const conditionFormVisible = ref(false) // 流转条件设置
110110
const formVisible = ref(false) // 表单配置
111111
const bpmnElement = ref()
112-
const timer = ref()
112+
113113
provide('prefix', props.prefix)
114114
provide('width', props.width)
115115
const bpmnInstances = () => (window as any)?.bpmnInstances

src/views/infra/build/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import hljs from 'highlight.js' // 导入代码高亮文件
3838
import 'highlight.js/styles/github.css' // 导入代码高亮样式
3939
import xml from 'highlight.js/lib/languages/java'
4040
import json from 'highlight.js/lib/languages/json'
41+
import formCreate from '@form-create/element-ui'
4142
4243
defineOptions({ name: 'InfraBuild' })
4344

0 commit comments

Comments
 (0)