From 9a4d9797c54dc8df5bed6f6a7128d584e0902e45 Mon Sep 17 00:00:00 2001 From: zhaojinfeng <121016171@qq.com> Date: Tue, 22 Aug 2023 13:01:41 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/components.d.ts | 1 - types/file.d.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/types/components.d.ts b/types/components.d.ts index d279abe..d36a118 100644 --- a/types/components.d.ts +++ b/types/components.d.ts @@ -13,7 +13,6 @@ declare module 'vue' { ElCol: typeof import('element-plus/es')['ElCol'] ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider'] ElDialog: typeof import('element-plus/es')['ElDialog'] - ElEmpty: typeof import('element-plus/es')['ElEmpty'] ElForm: typeof import('element-plus/es')['ElForm'] ElFormItem: typeof import('element-plus/es')['ElFormItem'] ElIcon: typeof import('element-plus/es')['ElIcon'] diff --git a/types/file.d.ts b/types/file.d.ts index c40dae6..c5536d8 100644 --- a/types/file.d.ts +++ b/types/file.d.ts @@ -8,7 +8,7 @@ declare interface FileVO { * 文件名称 * */ - name?: string + name: string /** * 文件大小(字节) *