Chatwoot/app/javascript/shared/mixins/alertMixin.js
Sojan Jose 4216d63311
feat: Ability to reply to specific tweets (#1117)
Ability to choose a specific tweet to reply to

Fixes #982
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
2020-08-11 09:57:42 +05:30

7 lines
115 B
JavaScript

export default {
methods: {
showAlert(message) {
bus.$emit('newToastMessage', message);
},
},
};