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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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