ShiShiYiBan/yudao-admin-ui/src/components/bpmn/data.vue

21 lines
200 B
Vue
Raw Normal View History

2021-11-18 12:06:24 +08:00
<template>
<div>
<div v-if="type==1"></div>
</div>
</template>
<script>
export default {
name: "data",
data(){
return {
}
}
}
</script>
<style scoped>
</style>