fix(components): [statistic] add to global components (#12324)

This commit is contained in:
btea 2023-04-05 20:07:39 +08:00 committed by GitHub
parent 66fc112dfd
commit 77344a8703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

1
global.d.ts vendored
View File

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

View File

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