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

a vue plugin for image to crop and upload

Results 102 vue-core-image-upload issues
Sort by recently updated
recently updated
newest added

请问有没有上传之前回调呢?? before-upload 需要去验证当前上传文件是否符合要求, 符合要求再上传

I am having trouble styling the controls in the image cropper. I think it's because the styles for the controls are scoped. This makes me hesitant to use this otherwise...

In my plugin // plugins/vue-core-image-upload.js import Vue from 'vue' import VueCoreImageUpload from 'vue-core-image-upload/dist/ssr' Vue.use(VueCoreImageUpload) And in my config // nuxt.config.js module.exports = { plugins: [ { src: '~/plugins/vue-core-image-upload', ssr: false...

在对图片进行剪切的时候,控制最小的区域宽高。 另外问一下,咱们这个剪切是交给后台来做的吗?我看到发给后台的4个参数了,

ios 拍照旋转,现在用的是最新的版本,不知道有童鞋遇到过吗,作者大神求解决

Property or method "data" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option.

network上传有返回的json 但是imageuploaded(res) { console.log(res) }, 这个值为formdata:{} 没有值怎么办?

This is my code: ` ` When I resize my image and click ok, trigger @imageuploading and it just give me normal file informations, which there is no toCropImgH,W,X,Y ,...

请问这个插件浏览器的支持情况怎么样, 移动端支持哪些浏览器内核。谢谢

Hi, I am trying to use this component to launch my own function `@imagechanged="savePicData(this)"` but can't access the data submitted (I have tried `data`, `res`,`this`, etc, but none of them...