更新记录
1.0.0(2023-03-31) 下载此版本
如果有什么需求可以提,插件有待改进
平台兼容性
Vue2 | Vue3 |
---|---|
√ | √ |
App | 快应用 | 微信小程序 | 支付宝小程序 | 百度小程序 | 字节小程序 | QQ小程序 |
---|---|---|---|---|---|---|
HBuilderX 3.6.10 app-vue | × | × | × | × | × | × |
钉钉小程序 | 快手小程序 | 飞书小程序 | 京东小程序 |
---|---|---|---|
× | × | × | × |
H5-Safari | Android Browser | 微信浏览器(Android) | QQ浏览器(Android) | Chrome | IE | Edge | Firefox | PC-Safari |
---|---|---|---|---|---|---|---|---|
√ | √ | √ | × | √ | √ | √ | × | √ |
/**
- @LastEditors: zzh
- @description:
- update:modelValue 双向数据绑定
- choose-success 选择成功后的回调
- upload-success 上传图片或视频成功后的回调
- upload-fail 上传失败后的回调
- img-delete 删除图片后的回调
- @description: choosestyle {} 选择图片或视频的用户私有样式改变 例如宽高等 默认值为{}
- @description: itemList [] 选择上传图片或视频的配置项 默认值为["相册", "视频"]
- @description: imgNumMax number 上传图片的最大数量 默认值为1
- @description: sourceType [] album 从相册选图,camera 使用相机,默认值为["album", "camera"]
- @description: fileType [] 上传文件的类型 默认值为["mp4", "jpeg", "jpg", "png", "gif"]
- @description: action string 上传文件的地址 默认值为""
- @description: formData {} HTTP 请求中其他额外的 form data 默认值为{}
- @description: headers {} 上传的请求头部 默认值为{}
- @description: timeout number 超时时间 默认值为0
- @description: maxDuration number 拍摄视频最长拍摄时间,单位秒 默认值为60
- @description: maxsize number 上传文件的大小 默认值为10
- @returns {} /