feat(story): 最大文件体积maxsize

This commit is contained in:
2023-08-18 17:59:16 +08:00
parent 63841f7068
commit 1f74fd9bcb
3 changed files with 13 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* @Author: zhaojinfeng 121016171@qq.com
* @Date: 2023-07-21 00:37:46
* @LastEditors: zhaojinfeng 121016171@qq.com
* @LastEditTime: 2023-07-21 02:56:04
* @LastEditTime: 2023-08-18 17:58:34
* @FilePath: \vue3\stories\UploadSingleFile.stories.ts
* @Description:
*
@ -25,6 +25,7 @@ const meta = {
id: 0,
url: avatar,
}),
maxsize: 100,
},
} satisfies Meta<typeof ThUploadSingleFile>
export default meta