Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AjithLalps authored Mar 10, 2020
1 parent 7095943 commit a0e0c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export default {
};
this.$refs.croppieRef.result(options, output => {
this.cropped = this.croppieImage = output;
console.log(this.croppie_image);
console.log(this.croppieImage);
});
}
}
Expand Down

0 comments on commit a0e0c55

Please sign in to comment.