diff --git a/types/global-components.d.ts b/types/global-components.d.ts index fc8f56ab6..71314d4a8 100644 --- a/types/global-components.d.ts +++ b/types/global-components.d.ts @@ -115,6 +115,7 @@ declare module "vue" { ElWatermark: (typeof import("element-plus"))["ElWatermark"]; ElTour: (typeof import("element-plus"))["ElTour"]; ElTourStep: (typeof import("element-plus"))["ElTourStep"]; + ElSegmented: (typeof import("element-plus"))["ElSegmented"]; } interface ComponentCustomProperties {