From a0e0c55b41dbf836d2e6a117991758aced760805 Mon Sep 17 00:00:00 2001 From: Ajith Lal Date: Tue, 10 Mar 2020 18:00:26 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2459361..f71f240 100644 --- a/README.md +++ b/README.md @@ -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); }); } }