feat: limit属性

This commit is contained in:
2023-09-14 13:27:36 +08:00
parent ee98c55ec7
commit bddd04bd78
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* @Author: zhaojinfeng 121016171@qq.com
* @Date: 2023-08-16 17:33:41
* @LastEditors: zhaojinfeng 121016171@qq.com
* @LastEditTime: 2023-09-14 13:21:59
* @LastEditTime: 2023-09-14 13:25:41
* @FilePath: \vue3\stories\UploadList.stories.ts
* @Description:
*
@ -59,6 +59,7 @@ const meta = {
filePath: '/',
maxsize: 100,
listType: 'text',
limit: 12,
},
argTypes: {
listType: {