chore: update plugins/elementPlus.ts (#1164)

This commit is contained in:
Fifteen
2024-06-07 10:38:19 +08:00
committed by GitHub
parent edf82ea727
commit 8816e61e3a
2 changed files with 4 additions and 1 deletions

View File

@@ -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 {