Skip to content

Commit

Permalink
types: update global-components.d (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
newClassCode authored Mar 22, 2024
1 parent 135cfe0 commit c53b7be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/global-components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ declare module "vue" {
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"];
Expand Down

0 comments on commit c53b7be

Please sign in to comment.