-
![image](https://user-images.githubusercontent.com/20314455/45540782-e63ce100-b83f-11e8-9f9d-56e4d27242bd.png)
![image](https://user-images.githubusercontent.com/20314455/45540835-08cefa00-b840-11e8-…
-
这是个怪异的问题,我在项目A中使用vue-cropper + plupload 没有任何问题
我将这个插件拷贝到项目B中 问题就出现了 首先是reader.readAsArrayBuffer(file) 生成的url不被vue-cropper 识别不了报如下错误
![image](https://user-images.githubusercontent.com/25811397/439031…
-
```javascript
// 用于修复ios下的canvas截图问题
// 详情可以看这里http://stackoverflow.com/questions/11929099/html5-canvas-drawimage-ratio-bug-ios
detectVerticalSquash (img) {
if (/png$/i.test(img.src)) {
…
-
### 问题描述
想写一个裁剪的组件,在点击时打开一个弹框,将文件处理和上传的逻辑写在组件中,但是在使用官网demo的时候,发现组件中图片的显示写在弹框中就会出现异常,经过尝试,单纯地对组件使用v-show也会有这种情况,下面是代码和截图
### cropper.vue
```vue
export default {
component…
-
vue-cropper.vue源码第40行,
```javascript
'transform': 'scale(' + scale + ',' + scale + ') ' + 'translate3d('+ (x - cropOffsertX) / scale + 'px,' + (y - cropOffsertY) / scale + 'px,'+'0)' + 'rotateZ('…
-
如果上层容器设置了text-align:center,里面的两个图片的第二个会因为这个设置导致偏移,解决方法是
.vue-cropper{
text-align:left;
}
用element 的 dialog 的内容居中时候出现的,
目前直接在vue-cropper加style也可以解决
-
你好,请问在IE和火狐下兼容性如何?
-
- - -
# ISSUES
上周有 50 个新 issue。
15 个 issue 已经被关闭,35 个 issue 仍然保持打开状态。
## OPEN ISSUES
:green_heart: #2106 [1.connect增加默认函数 weapp navigateTo函数增加params功能](https://github.com/NervJS/taro/pull/2106), by…
-
-
Property or method "emojis" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option.
I don't know where it is wrong?
The online…