mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
fix: Fixes console error with image component in widget (#3955)
This commit is contained in:
committed by
GitHub
parent
0ec3a56041
commit
4201b57315
@@ -28,6 +28,9 @@ export default {
|
||||
onImgError() {
|
||||
this.$emit('error');
|
||||
},
|
||||
onClick() {
|
||||
this.$emit('click');
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user