diff --git a/global.d.ts b/global.d.ts index 3cc38a554d..c1544ecc0a 100644 --- a/global.d.ts +++ b/global.d.ts @@ -56,6 +56,7 @@ declare module '@vue/runtime-core' { ElPagination: typeof import('element-plus')['ElPagination'] ElPopconfirm: typeof import('element-plus')['ElPopconfirm'] ElPopper: typeof import('element-plus')['ElPopper'] + ElPopover: typeof import('element-plus')['ElPopover'] ElProgress: typeof import('element-plus')['ElProgress'] ElRadio: typeof import('element-plus')['ElRadio'] ElRadioButton: typeof import('element-plus')['ElRadioButton']