fix: Fixes console error with image component in widget (#3955)

This commit is contained in:
Nithin David Thomas
2022-02-10 12:48:22 +05:30
committed by GitHub
parent 0ec3a56041
commit 4201b57315

View File

@@ -28,6 +28,9 @@ export default {
onImgError() {
this.$emit('error');
},
onClick() {
this.$emit('click');
},
},
};
</script>