From a00ff76682207cfe41e85b467993ed1362b404d9 Mon Sep 17 00:00:00 2001 From: Fifteen <66454152+QFifteen@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:32:02 +0800 Subject: [PATCH] types: update`global-components.d` --- types/global-components.d.ts | 1 + 1 file changed, 1 insertion(+) 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 {