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']