fix(components): [text] add to global components (#12317)

This commit is contained in:
夕云葛城 2023-04-04 22:09:44 +08:00 committed by GitHub
parent c668a88ac1
commit 52df601475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
global.d.ts vendored
View File

@ -75,6 +75,7 @@ declare module '@vue/runtime-core' {
ElTableColumn: typeof import('element-plus')['ElTableColumn']
ElTabs: typeof import('element-plus')['ElTabs']
ElTag: typeof import('element-plus')['ElTag']
ElText: typeof import('element-plus')['ElText']
ElTimePicker: typeof import('element-plus')['ElTimePicker']
ElTimeSelect: typeof import('element-plus')['ElTimeSelect']
ElTimeline: typeof import('element-plus')['ElTimeline']