From 52df601475c4fe9f8901dfaf277cc30c4df3bb27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=95=E4=BA=91=E8=91=9B=E5=9F=8E?= Date: Tue, 4 Apr 2023 22:09:44 +0800 Subject: [PATCH] fix(components): [text] add to global components (#12317) --- global.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/global.d.ts b/global.d.ts index e3a8f7bd69..1becef0a3b 100644 --- a/global.d.ts +++ b/global.d.ts @@ -75,6 +75,7 @@ declare module '@vue/runtime-core' { ElTableColumn: typeof import('element-plus')['ElTableColumn'] ElTabs: typeof import('element-plus')['ElTabs'] ElTag: typeof import('element-plus')['ElTag'] + ElText: typeof import('element-plus')['ElText'] ElTimePicker: typeof import('element-plus')['ElTimePicker'] ElTimeSelect: typeof import('element-plus')['ElTimeSelect'] ElTimeline: typeof import('element-plus')['ElTimeline']