From e9318e6dded786a2b5bd70ae4db6dc0ebb019785 Mon Sep 17 00:00:00 2001 From: xiaoming <1923740402@qq.com> Date: Mon, 8 Jan 2024 10:46:22 +0800 Subject: [PATCH] chore(build): [ElTour & ElTourStep & ElPopover] update global types (#15401) chore(build): [ElTour & ElTour & ElPopover] update global types --- global.d.ts | 2 ++ typings/components.d.ts | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/global.d.ts b/global.d.ts index dc14ef968c..f09f9ab63e 100644 --- a/global.d.ts +++ b/global.d.ts @@ -96,6 +96,8 @@ declare module '@vue/runtime-core' { ElResult: typeof import('element-plus')['ElResult'] ElSelectV2: typeof import('element-plus')['ElSelectV2'] ElWatermark: typeof import('element-plus')['ElWatermark'] + ElTour: typeof import('element-plus')['ElTour'] + ElTourStep: typeof import('element-plus')['ElTourStep'] } interface ComponentCustomProperties { diff --git a/typings/components.d.ts b/typings/components.d.ts index 1831026593..e893cc635d 100644 --- a/typings/components.d.ts +++ b/typings/components.d.ts @@ -59,6 +59,7 @@ declare module '@vue/runtime-core' { ElPagination: typeof import('../packages/element-plus')['ElPagination'] ElPopconfirm: typeof import('../packages/element-plus')['ElPopconfirm'] ElPopper: typeof import('../packages/element-plus')['ElPopper'] + ElPopover: typeof import('../packages/element-plus')['ElPopover'] ElProgress: typeof import('../packages/element-plus')['ElProgress'] ElRadio: typeof import('../packages/element-plus')['ElRadio'] ElRadioButton: typeof import('../packages/element-plus')['ElRadioButton'] @@ -85,8 +86,8 @@ declare module '@vue/runtime-core' { ElTooltip: typeof import('../packages/element-plus')['ElTooltip'] ElTransfer: typeof import('../packages/element-plus')['ElTransfer'] ElTree: typeof import('../packages/element-plus')['ElTree'] - ElTreeSelect: typeof import('../packages/element-plus')['ElTreeSelect'] ElTreeV2: typeof import('../packages/element-plus')['ElTreeV2'] + ElTreeSelect: typeof import('../packages/element-plus')['ElTreeSelect'] ElUpload: typeof import('../packages/element-plus')['ElUpload'] ElSpace: typeof import('../packages/element-plus')['ElSpace'] ElSkeleton: typeof import('../packages/element-plus')['ElSkeleton']