add:引入bpmn

This commit is contained in:
zhangzq
2024-03-19 11:04:40 +08:00
parent 8fdb1a45dd
commit c10b3e2054
32 changed files with 18419 additions and 37 deletions

View File

@@ -0,0 +1,15 @@
<template>
<vue-bpmn />
</template>
<script>
import VueBpmn from '@/views/components/VueBpmn';
export default {
components: {
VueBpmn
}
}
</script>
<style lang="scss" scoped>
</style>