fix: bpmn相关type第一次安装依赖&运行报错

This commit is contained in:
dap
2024-05-21 09:37:28 +08:00
parent eb1b614eb1
commit 83bbac303e
16 changed files with 25 additions and 25 deletions

View File

@ -43,8 +43,8 @@
import ExecutionListener from './property/ExecutionListener.vue';
import useParseElement from '../hooks/useParseElement';
import usePanel from '../hooks/usePanel';
import { Modeler, ModdleElement } from 'bpmn';
import { ProcessPanel } from 'bpmnDesign';
import type { Modeler, ModdleElement } from 'bpmn';
import type { ProcessPanel } from 'bpmnDesign';
const { proxy } = getCurrentInstance() as ComponentInternalInstance;