eo-upload-image
<eo-upload-image>
Alias:
<form.upload-image>
上传图片构件
Examples
Basic
With Form
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
name | 字段名称 | string | ||
label | 字段说明 | string | ||
value | 值 | ImageData[] | ||
bucketName | 对象存储桶名字 | string | ||
maxCount | 最大上传数量 | number | ||
multiple | 是否支持选定的多张图片 | boolean | ||
limitSize | 上传大小限制(单位为 MB) | number | ||
required | 是否必填 | boolean | ||
message | 校验文本信息 | Record<string, string> |
Events
Name | Description | Event Detail |
---|---|---|
change | 值变化时触发 | ImageData[] |
Type references
ImageData
extends FileData
Name | Type | Required | Description |
---|---|---|---|
url | string |