fix: 属性命名错误

This commit is contained in:
Lesan
2024-12-11 13:46:09 +08:00
parent fe2ac97f9d
commit 3e826776f4
2 changed files with 5 additions and 5 deletions

View File

@ -70,7 +70,7 @@ watch(
() => props.type,
() => {
if (props.type) {
witchTaskComponent.value = installedComponent[props.type].componet
witchTaskComponent.value = installedComponent[props.type].component
}
},
{ immediate: true }