dai-siki / vue-image-crop-upload

A beautiful vue component for image cropping and uploading. (vue图片剪裁上传组件)
https://dai-siki.github.io/vue-image-crop-upload/example-2/demo.html
2.08k stars 367 forks source link

初始化组件upload_3报错:Props with type Object/Array must use a factory function to return the default value #236

Closed ZHAOzn closed 3 years ago

ZHAOzn commented 3 years ago

改成这样就好了 allowImgFormat: { type: Array, 'default':()=>['gif','jpg','png'] }

dai-siki commented 3 years ago

已发布 3.03