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

@ -41,8 +41,8 @@
<script setup lang="ts">
import useParseElement from '../hooks/useParseElement';
import usePanel from '../hooks/usePanel';
import { Modeler, ModdleElement } from 'bpmn';
import { GatewayPanel } from 'bpmnDesign';
import type { Modeler, ModdleElement } from 'bpmn';
import type { GatewayPanel } from 'bpmnDesign';
import ExecutionListener from './property/ExecutionListener.vue';
interface PropType {