xyxiao001 / vue-cropper

A simple picture clipping plugin for vue
https://github.xyxiao.cn/vue-cropper/docs/vue3.html
MIT License
4.3k stars 695 forks source link

一开始是隐藏的,然后点击弹窗显示图片,但是显示出来不能使用 #23

Closed youlm closed 6 years ago

youlm commented 6 years ago

如题

xyxiao001 commented 6 years ago

用v-if 试一试 放在外层容器

youlm commented 6 years ago

我是把vueCropper放在modal里面。。v-if是具体放哪个地方?

xyxiao001 commented 6 years ago

就是modal里面 的 vueCropper

xyxiao001 commented 6 years ago

记得vue-cropper 外层div需要设置宽度 高度

youlm commented 6 years ago

设置了高度跟宽度都没用。。有没有具体的demo?

xyxiao001 commented 6 years ago

https://github.com/xyxiao001/vue-cropper/issues/19

xyxiao001 commented 6 years ago

你需要的是在modal出现之后 然后v-if去渲染插件