This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git


The following commit(s) were added to refs/heads/main by this push:
     new d11ceab  fix: add ElPopconfirm (#213)
d11ceab is described below

commit d11ceab59df60978b7ff269e01da96fd94b62cbb
Author: Fine0830 <[email protected]>
AuthorDate: Wed Dec 28 19:02:44 2022 +0800

    fix: add ElPopconfirm (#213)
---
 src/types/components.d.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/types/components.d.ts b/src/types/components.d.ts
index fa07aad..05ec63b 100644
--- a/src/types/components.d.ts
+++ b/src/types/components.d.ts
@@ -22,6 +22,7 @@ declare module '@vue/runtime-core' {
     ElMenuItemGroup: typeof import('element-plus/es')['ElMenuItemGroup']
     ElOption: typeof import('element-plus/es')['ElOption']
     ElPagination: typeof import('element-plus/es')['ElPagination']
+    ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
     ElPopover: typeof import('element-plus/es')['ElPopover']
     ElProgress: typeof import('element-plus/es')['ElProgress']
     ElRadio: typeof import('element-plus/es')['ElRadio']

Reply via email to