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 /** * 文件大小(字节) *