We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最新
vue2
JImageUpload组件,设置isMultiple=true,number=4,如果ctrol+A,全选多雨4张图,则number限制不住。
The text was updated successfully, but these errors were encountered:
压缩依赖于LRZ:https://github.com/think2011/localResizeIMG
yarn add lrz
<j-image-upload v-model="form.pic" :number="1" :limitWidth='0' :limitHeight='0' :isMultiple='false' ></j-image-upload>
number:张图限制 isMultiple:true可多选,可以ctrl+A limitWidth\limitHeight:宽高限制,不设置或设置0则不限制图片 doCompress:true/false,默认超过3M自动压缩 acceptType:可选,限制图片类型,默认image/* zipPercent:可选,压缩率,默认0.7
已经过大量测试,单图、多图,回显。
部分灵感参考于PUSDN - PGZ俱乐部
jeecgboot/jeecgboot-vue2#2
Sorry, something went wrong.
这个提PR了吗?
提了,但是貌似全部PR都不会被直接通过合并。也许他们偶尔看到后手动CV
No branches or pull requests
版本号:
最新
前端版本:vue3版?还是 vue2版?
vue2
问题描述:
JImageUpload组件,设置isMultiple=true,number=4,如果ctrol+A,全选多雨4张图,则number限制不住。
截图&代码:
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: