mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-07 21:14:32 +08:00
Ability to choose a specific tweet to reply to Fixes #982 Co-authored-by: Pranav Raj S <[email protected]>
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
export default {
|
|
methods: {
|
|
showAlert(message) {
|
|
bus.$emit('newToastMessage', message);
|
|
},
|
|
},
|
|
};
|