refactor: 类型

This commit is contained in:
2023-08-22 13:01:41 +08:00
parent 5231d7ddbc
commit 9a4d9797c5
2 changed files with 1 additions and 2 deletions

View File

@ -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']

2
types/file.d.ts vendored
View File

@ -8,7 +8,7 @@ declare interface FileVO {
* 文件名称
*
*/
name?: string
name: string
/**
* 文件大小(字节)
*