vue-image-crop-upload icon indicating copy to clipboard operation
vue-image-crop-upload copied to clipboard

上传图片限制尺寸大小是怎么限制的呢

Open lleying opened this issue 7 years ago • 3 comments
trafficstars

上传图片限制尺寸大小是怎么限制的呢 比如680*680

lleying avatar Jan 16 '18 02:01 lleying

属性(prop) width height

dai-siki avatar Jan 16 '18 07:01 dai-siki

这个不可以限制吧 prop 组件Upload 上传 没有验证这个

lleying avatar Jan 17 '18 08:01 lleying

<my-upload :max-size="1024"/>

单位是KB

rexsyj avatar Sep 07 '18 05:09 rexsyj