Skip to content

Commit

Permalink
fix(components): [tree-select] add to global components (element-plus…
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored Apr 2, 2023
1 parent 87e9348 commit 0e7d38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
1 change: 1 addition & 0 deletions typings/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 0e7d38e

Please sign in to comment.