From 8610c5c35b7de98fb254922ea70629c104143be8 Mon Sep 17 00:00:00 2001
From: 消逝 <1425768167@qq.com>
Date: 星期四, 11 七月 2024 15:18:13 +0800
Subject: [PATCH] 退出登录
---
components.d.ts | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/components.d.ts b/components.d.ts
index 14021a3..b2d1c50 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -19,10 +19,12 @@
ElIcon: typeof import('element-plus/es')['ElIcon']
ElImageViewer: typeof import('element-plus/es')['ElImageViewer']
ElInput: typeof import('element-plus/es')['ElInput']
+ ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElProgress: typeof import('element-plus/es')['ElProgress']
ElRow: typeof import('element-plus/es')['ElRow']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
+ ElSelect: typeof import('element-plus/es')['ElSelect']
ElSlider: typeof import('element-plus/es')['ElSlider']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
--
Gitblit v1.8.0