Closed adefirmanf closed 6 years ago
Sorry, my bad. This issue similar with https://github.com/jofftiquez/vue-croppie/issues/33 and I solved my problem
Modal Event:open()
open(){
this.$nextTick(() => {
this.$refs.croppieRef.bind({
url: 'http://i.imgur.com/Fq2DMeH.jpg',
})
})
}
Thank you.
@adefirmanf Great! Happy coding!
Any idea how to do this? I'm trying to bind my image as
base64
. I don't want to upload first before everything was done, so the image return as base64.I was achieved render as Image in Vue without Croppie. This is my script
PS : I'm using http://element.eleme.io/#/en-US/component/upload
But, when I'm using Croppie. The image just show a gray. This is my script
I got error in chrome console :
I hope this problem just my mistake but If there's nothing feature about this, I'd glad if I can PR in here. Thank you.