Skip to content

Commit 7474c6b

Browse files
committed
fix: unplugin-vue-components报错,同名UserTask
1 parent e8315e2 commit 7474c6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/bpmnProcessDesigner/package/penal/custom-config/data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import UserTask from './components/UserTask.vue'
1+
import UserTaskCustomConfig from './components/UserTaskCustomConfig.vue'
22
import BoundaryEventTimer from './components/BoundaryEventTimer.vue'
33

44
export const CustomConfigMap = {
55
UserTask: {
66
name: '用户任务',
7-
componet: UserTask
7+
componet: UserTaskCustomConfig
88
},
99
BoundaryEventTimerEventDefinition: {
1010
name: '定时边界事件(非中断)',

0 commit comments

Comments
 (0)