Agontuk / vue-cropperjs

A Vue wrapper component for cropperjs https://github.com/fengyuanchen/cropperjs
MIT License
930 stars 226 forks source link

this.$refs is empty #12

Closed prnxdev closed 7 years ago

prnxdev commented 7 years ago

Hi,

I wanted to use your lib but when i implement it like in examaple this.$refs is empty so I can't use this.$refs.cropper.getCanvasData().

I'm using Vue >2.0

prnxdev commented 7 years ago

Ok i found that i forget "rel=cropper" ....