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

A beautiful vue component for image cropping and uploading. (vue图片剪裁上传组件)

Results 106 vue-image-crop-upload issues
Sort by recently updated
recently updated
newest added
trafficstars

能否将.eslintrc.js文件不提交上去或者将.eslintrc.js去掉

您好,后端api要求这样的格式上传,这个也在Vue-element的上传控件在实现上传成功。添加vue-image-crop-upload后,在url在输入完整的api url,但图片无法上传。应该是api中设定的`image` 。 请问如何设置可以上传成功?谢谢 ``` var fd = new FormData() fd.append('image', fileObj.file) apis.uploadPhoto(fd) ```

贵项目上传逻辑没法配置,阿里云oss那种上传就不行,建议加和element那种上传,可以自定义返回promise,满足定制化的要求

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

![3](https://user-images.githubusercontent.com/11849902/49953571-0e071800-ff07-11e8-9b91-6e12328d8d40.png) ![4](https://user-images.githubusercontent.com/11849902/49953582-15c6bc80-ff07-11e8-8652-6b6d5e73d263.png)

需要在Nuxt的page裡面使用兩個vue-image-crop-upload上傳不同照片到不同的API endpoint,但始終只有其中一個組件有上傳的功能,另外一個上傳後只有在client端會換照片,下次回來此頁面,第二次點擊上傳的照片,會覆蓋掉第一次上傳的照片。請問有甚麼方法可以解決嗎?

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies