Vue 3 中使用 bpmn-js 的基本步骤包括安装依赖、引入样式和库、创建 Vue 组件并挂载 bpmn-js。 1. 安装依赖 首先,你需要在 Vue 3 项目中安装 bpmn-js 及其相关依赖。可以使用 npm 或 yarn 来安装这些依赖。 bash npm install bpmn-js bpmn-js-properties-panel camunda-bpmn-moddle 或者 bash yarn add ...