chore(build): [ElAnchor & ElAnchorLink] update global types (#16209)

* chore(build): [ElAnchor & ElAnchorLink] update global types
This commit is contained in:
Pan Zhou Dan 2024-03-22 21:43:18 +08:00 committed by GitHub
parent 47d6aa05ca
commit ee15283387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
global.d.ts vendored
View File

@ -6,6 +6,8 @@ declare module '@vue/runtime-core' {
ElAside: typeof import('element-plus')['ElAside']
ElAutocomplete: typeof import('element-plus')['ElAutocomplete']
ElAvatar: typeof import('element-plus')['ElAvatar']
ElAnchor: typeof import('element-plus')['ElAnchor']
ElAnchorLink: typeof import('element-plus')['ElAnchorLink']
ElBacktop: typeof import('element-plus')['ElBacktop']
ElBadge: typeof import('element-plus')['ElBadge']
ElBreadcrumb: typeof import('element-plus')['ElBreadcrumb']