mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 02:08:12 +08:00
fix: ElPopover components dts (#9569)
This commit is contained in:
parent
1e6dbd8558
commit
beae9db676
1
global.d.ts
vendored
1
global.d.ts
vendored
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user