fix(components): [tree-select] add to global components (#12255)

This commit is contained in:
btea 2023-04-02 15:16:24 +08:00 committed by GitHub
parent 87e9348d8e
commit 0e7d38ee4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
global.d.ts vendored
View File

@ -83,6 +83,7 @@ declare module '@vue/runtime-core' {
ElTransfer: typeof import('element-plus')['ElTransfer']
ElTree: typeof import('element-plus')['ElTree']
ElTreeV2: typeof import('element-plus')['ElTreeV2']
ElTreeSelect: typeof import('element-plus')['ElTreeSelect']
ElUpload: typeof import('element-plus')['ElUpload']
ElSpace: typeof import('element-plus')['ElSpace']
ElSkeleton: typeof import('element-plus')['ElSkeleton']

View File

@ -84,6 +84,7 @@ declare module '@vue/runtime-core' {
ElTooltip: typeof import('../packages/element-plus')['ElTooltip']
ElTransfer: typeof import('../packages/element-plus')['ElTransfer']
ElTree: typeof import('../packages/element-plus')['ElTree']
ElTreeSelect: typeof import('../packages/element-plus')['ElTreeSelect']
ElTreeV2: typeof import('../packages/element-plus')['ElTreeV2']
ElUpload: typeof import('../packages/element-plus')['ElUpload']
ElSpace: typeof import('../packages/element-plus')['ElSpace']