fix: ElPopover components dts (#9569)

This commit is contained in:
Changyuan Yang 2022-09-03 23:27:38 +08:00 committed by GitHub
parent 1e6dbd8558
commit beae9db676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
global.d.ts vendored
View File

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