Skip to content

Commit

Permalink
fix: 修复类型推导错误
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Dec 15, 2023
1 parent 30fb2de commit 649fb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/elementPlus/index.ts
Expand Up @@ -13,6 +13,6 @@ export const setupElementPlus = (app: App<Element>) => {
})

components.forEach((component) => {
app.component(component.name, component)
app.component(component.name!, component)
})
}

0 comments on commit 649fb17

Please sign in to comment.