From 649fb17d000c0d500ffcfe1f9ab6ddd73ab7ecfa Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Fri, 15 Dec 2023 14:01:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E6=8E=A8=E5=AF=BC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/elementPlus/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/elementPlus/index.ts b/src/plugins/elementPlus/index.ts index a5362a1..6139e3b 100644 --- a/src/plugins/elementPlus/index.ts +++ b/src/plugins/elementPlus/index.ts @@ -13,6 +13,6 @@ export const setupElementPlus = (app: App) => { }) components.forEach((component) => { - app.component(component.name, component) + app.component(component.name!, component) }) }