fix: 修复类型推导错误
This commit is contained in:
parent
30fb2de6f3
commit
649fb17d00
|
@ -13,6 +13,6 @@ export const setupElementPlus = (app: App<Element>) => {
|
|||
})
|
||||
|
||||
components.forEach((component) => {
|
||||
app.component(component.name, component)
|
||||
app.component(component.name!, component)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue