fix: 属性命名错误
This commit is contained in:
@ -70,7 +70,7 @@ watch(
|
||||
() => props.type,
|
||||
() => {
|
||||
if (props.type) {
|
||||
witchTaskComponent.value = installedComponent[props.type].componet
|
||||
witchTaskComponent.value = installedComponent[props.type].component
|
||||
}
|
||||
},
|
||||
{ immediate: true }
|
||||
|
||||
Reference in New Issue
Block a user