From beae9db676dec774f5d32aeb2ceb966d31788ce9 Mon Sep 17 00:00:00 2001 From: Changyuan Yang Date: Sat, 3 Sep 2022 23:27:38 +0800 Subject: [PATCH] fix: ElPopover components dts (#9569) --- global.d.ts | 1 + 1 file changed, 1 insertion(+) 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']