fix: unplugin-vue-components报错,同名UserTask
parent
e8315e2864
commit
7474c6b83b
|
@ -1,10 +1,10 @@
|
|||
import UserTask from './components/UserTask.vue'
|
||||
import UserTaskCustomConfig from './components/UserTaskCustomConfig.vue'
|
||||
import BoundaryEventTimer from './components/BoundaryEventTimer.vue'
|
||||
|
||||
export const CustomConfigMap = {
|
||||
UserTask: {
|
||||
name: '用户任务',
|
||||
componet: UserTask
|
||||
componet: UserTaskCustomConfig
|
||||
},
|
||||
BoundaryEventTimerEventDefinition: {
|
||||
name: '定时边界事件(非中断)',
|
||||
|
|
Loading…
Reference in New Issue