Skip to content

Commit

Permalink
fix(components): [statistic] add to global components (element-plus#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored Apr 5, 2023
1 parent 66fc112 commit 77344a8
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -89,6 +89,7 @@ declare module '@vue/runtime-core' {
ElSpace: typeof import('element-plus')['ElSpace']
ElSkeleton: typeof import('element-plus')['ElSkeleton']
ElSkeletonItem: typeof import('element-plus')['ElSkeletonItem']
ElStatistic: typeof import('element-plus')['ElStatistic']
ElCheckTag: typeof import('element-plus')['ElCheckTag']
ElDescriptions: typeof import('element-plus')['ElDescriptions']
ElDescriptionsItem: typeof import('element-plus')['ElDescriptionsItem']
Expand Down
2 changes: 2 additions & 0 deletions typings/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ declare module '@vue/runtime-core' {
ElTableColumn: typeof import('../packages/element-plus')['ElTableColumn']
ElTabs: typeof import('../packages/element-plus')['ElTabs']
ElTag: typeof import('../packages/element-plus')['ElTag']
ElText: typeof import('../packages/element-plus')['ElText']
ElTimePicker: typeof import('../packages/element-plus')['ElTimePicker']
ElTimeSelect: typeof import('../packages/element-plus')['ElTimeSelect']
ElTimeline: typeof import('../packages/element-plus')['ElTimeline']
Expand All @@ -90,6 +91,7 @@ declare module '@vue/runtime-core' {
ElSpace: typeof import('../packages/element-plus')['ElSpace']
ElSkeleton: typeof import('../packages/element-plus')['ElSkeleton']
ElSkeletonItem: typeof import('../packages/element-plus')['ElSkeletonItem']
ElStatistic: typeof import('../packages/element-plus')['ElStatistic']
ElCheckTag: typeof import('../packages/element-plus')['ElCheckTag']
ElDescriptions: typeof import('../packages/element-plus')['ElDescriptions']
ElDescriptionsItem: typeof import('../packages/element-plus')['ElDescriptionsItem']
Expand Down

0 comments on commit 77344a8

Please sign in to comment.