From afdb091a3e4994250d8228fd1238658b45a4e35e Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 10 七月 2024 15:41:24 +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