vue-cut-picture
v4.0.2
Published
vue ui vue-cut-picture
Downloads
12
Readme
vue-cut-picture
参数为 cropperjs 参数相同
<input type="file" @change="changes">
changes(event){ this.clip(event, { aspectRatio: 760 / 400,// 裁剪框比例 element: document.getElementById("fmloading"),// 插入元素,不传插入到body中 upload: self.uploadfilefunc,// 上传回调 参数为base64图片 loadingfunc: self.loadingfunc,// loading函数 cancelfun: self.cancelfun // 取消回调 }); }