From 74060299972942c9deaa95029e718e161e11372c Mon Sep 17 00:00:00 2001 From: wangzeyan <258785420@qq.com> Date: Wed, 21 May 2025 12:30:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/components.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/components.d.ts b/admin/components.d.ts index 4268e5eb..e1d612fe 100644 --- a/admin/components.d.ts +++ b/admin/components.d.ts @@ -21,6 +21,7 @@ declare module '@vue/runtime-core' { ElColorPicker: typeof import('element-plus/es')['ElColorPicker'] ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider'] ElContainer: typeof import('element-plus/es')['ElContainer'] + ElDatePicker: typeof import('element-plus/es')['ElDatePicker'] ElDialog: typeof import('element-plus/es')['ElDialog'] ElDrawer: typeof import('element-plus/es')['ElDrawer'] ElDropdown: typeof import('element-plus/es')['ElDropdown']